aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-23 01:04:56 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-23 01:04:56 +0100
commit8fe0499b6f3cf62e13a42fd7e12080b3b7b5171e (patch)
treecebe70be3e8cdef4539fc651b083973de47a6f6d /tests
parentHopefully fixed events-between. (diff)
downloadcalp-8fe0499b6f3cf62e13a42fd7e12080b3b7b5171e.tar.gz
calp-8fe0499b6f3cf62e13a42fd7e12080b3b7b5171e.tar.xz
Minor cleanup.
Diffstat (limited to 'tests')
-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