Skip to content

Commit 80e41e2

Browse files
committed
Integer.ZERO is a property not method
1 parent 224e140 commit 80e41e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cljs/cljs/predicates_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
natl (Long.getZero)
3636
posl (Long.fromNumber posint)
3737
negl (Long.fromNumber negint)
38-
nati (Integer.ZERO)
38+
nati Integer.ZERO
3939
posi (Integer.fromNumber posint)
4040
negi (Integer.fromNumber negint)]
4141
[[identity neg? pos? integer? int? neg-int? pos-int? nat-int?]

0 commit comments

Comments
 (0)