branch: elpa/parseedn
commit 7847fae542e920fdf31d3618996220d505350024
Merge: 3407e4530a 2cb9fe8a0f
Author: Arne Brasseur <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #21 from clojure-emacs/fix-timezone-dependence
Fix test data to remove timezone dependence
---
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