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

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

[elpa] scratch/org-edna e03fa9c 60/72: Fixed up chain test


From: Ian Dunn
Subject: [elpa] scratch/org-edna e03fa9c 60/72: Fixed up chain test
Date: Sun, 21 May 2017 21:11:28 -0400 (EDT)

branch: scratch/org-edna
commit e03fa9c39f4895f0feffab3e8320fc76ea5d199e
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Fixed up chain test
    
    * org-edna-tests.el (org-edna-action-chain): Remove TEST property from both
      headings.
---
 org-edna-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-edna-tests.el b/org-edna-tests.el
index 27110b3..3ba5c28 100644
--- a/org-edna-tests.el
+++ b/org-edna-tests.el
@@ -437,7 +437,8 @@
     (org-with-point-at new-pom
       (org-edna-action/chain! old-pom "TEST")
       (should (equal (org-entry-get nil "TEST") "1")))
-    (org-entry-delete old-pom "TEST")))
+    (org-entry-delete old-pom "TEST")
+    (org-entry-delete new-pom "TEST")))
 
 
 ;; Conditions



reply via email to

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