emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste 76d4ddb 162/298: Update test to test the right fu


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 76d4ddb 162/298: Update test to test the right function
Date: Thu, 9 Dec 2021 19:00:06 -0500 (EST)

branch: elpa/webpaste
commit 76d4ddbf35f9c5df7a9bd40f2381f34da341a1e8
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Update test to test the right function
---
 tests/test-webpaste-provider-creation.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-webpaste-provider-creation.el 
b/tests/test-webpaste-provider-creation.el
index d4e6493..c4540e5 100644
--- a/tests/test-webpaste-provider-creation.el
+++ b/tests/test-webpaste-provider-creation.el
@@ -47,9 +47,9 @@
  (it
   "can trigger the success lambda of a provider"
   (let ((used-lambda nil))
-    (funcall broken-provider "my test text")
+    (funcall working-provider "my test text")
 
-    (expect used-lambda :to-equal "error")))
+    (expect used-lambda :to-equal "success")))
 
 
  (xit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]