Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Dec 16, 2020
1 parent ca0ad34 commit b193d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datalevin/bits_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
v gen/pos-int]
(let [v' (Date. ^long v)
v1' (Date. ^long v1)]
(eav-test v e1 a1 v1
(eav-test v' e1 a1 v1'
(sut/indexable e a v' :db.type/instant)
(sut/indexable e1 a1 v1' :db.type/instant)))))

Expand Down

0 comments on commit b193d68

Please sign in to comment.