aboutsummaryrefslogtreecommitdiff
path: root/tests/datetime.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datetime.scm')
-rw-r--r--tests/datetime.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/datetime.scm b/tests/datetime.scm
index b678edad..f1883c36 100644
--- a/tests/datetime.scm
+++ b/tests/datetime.scm
@@ -96,7 +96,8 @@
(time- #10:20:30 #10:20:30))
(test-equal "datetime-difference self"
- #0000-00-00T00:00:00
+ ;; #0000-00-00T00:00:00
+ 0
(datetime-difference (datetime date: #2020-01-01) (datetime date: #2020-01-01)))
;; (test-assert