We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3304dd6 commit 71a29a0Copy full SHA for 71a29a0
src/test/com/yetanalytics/lrs/xapi/statements/timestamp_test.cljc
@@ -44,7 +44,9 @@
44
"1970" "1970-01-01T00:00:00.000000000Z"
45
"1969-12-31T19:00:00-0500" "1970-01-01T00:00:00.000000000Z"
46
;; LOUD HMMM
47
- "19691231T19:00:00-0500" "1970-01-01T00:00:00.000000000Z")))
+ "19691231T19:00:00-0500" "1970-01-01T00:00:00.000000000Z"
48
+ ;; silly space instead of T
49
+ "1970-01-01 00:00:00.000000000Z" "1970-01-01T00:00:00.000000000Z")))
50
51
(deftest stamp-now-test
52
(testing "generative function tests"
0 commit comments