Skip to content

Commit 71a29a0

Browse files
committed
make sure timestamp normalization uses T
1 parent 3304dd6 commit 71a29a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/com/yetanalytics/lrs/xapi/statements/timestamp_test.cljc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"1970" "1970-01-01T00:00:00.000000000Z"
4545
"1969-12-31T19:00:00-0500" "1970-01-01T00:00:00.000000000Z"
4646
;; LOUD HMMM
47-
"19691231T19:00:00-0500" "1970-01-01T00:00:00.000000000Z")))
47+
"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")))
4850

4951
(deftest stamp-now-test
5052
(testing "generative function tests"

0 commit comments

Comments
 (0)