Skip to content

Commit 0513b8e

Browse files
committed
added more bad durations to tests
1 parent c0ad5ba commit 0513b8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spec/cljx/xapi_schema/schemata/json_spec.cljx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@
134134
(should-satisfy+ Duration
135135
"P3Y6M4DT12H30M5S"
136136
:bad
137-
"2 hours")))
137+
"2 hours"
138+
"P"
139+
"PT")))
138140

139141
(describe
140142
"Version"

0 commit comments

Comments
 (0)