calendar: fix unit tests
parent
80a6629a83
commit
a62717750a
|
|
@ -1,5 +1,6 @@
|
||||||
USING: arrays calendar kernel math sequences tools.test
|
USING: arrays calendar kernel math sequences tools.test
|
||||||
continuations system math.order threads accessors ;
|
continuations system math.order threads accessors
|
||||||
|
random ;
|
||||||
IN: calendar.tests
|
IN: calendar.tests
|
||||||
|
|
||||||
[ f ] [ 2004 12 32 0 0 0 instant <timestamp> valid-timestamp? ] unit-test
|
[ f ] [ 2004 12 32 0 0 0 instant <timestamp> valid-timestamp? ] unit-test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue