branch: elpa/parseedn
commit 2cb9fe8a0fc900a8749fb1b1a753c9106839786f
Author: Hugo Duncan <[email protected]>
Commit: Hugo Duncan <[email protected]>

    Fix test data to remove timezone dependence
    
    Construct time constant dynamically.
---
 test/parseedn-test-data.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/parseedn-test-data.el b/test/parseedn-test-data.el
index 399405dd93..d4167e23fc 100644
--- a/test/parseedn-test-data.el
+++ b/test/parseedn-test-data.el
@@ -161,7 +161,6 @@
        "inst"
        (a-list
         :source "#inst \"2020-09-09T06:56:04\""
-        ;; FIXME this value may differ depending on the timezone of your 
machine
-        :edn '((edn-inst 24408 31876)))))
+        :edn (list (cl-list* 'edn-inst (date-to-time 
"2020-09-09T06:56:04"))))))
 
 ;;; parseedn-test-data.el ends here

Reply via email to