Skip to content

Commit

Permalink
fix parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blom committed Jan 24, 2018
1 parent a91e4f2 commit 0585d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datomock/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
(.syncIndex conn t)
(.syncSchema conn t)]]
(is (instance? ListenableFuture fut))
(is (= @fut db)))))
(is (= @fut db)))))))

(deftest sync-methods
(testing "when sync is called with a t, returns a future that acquires a db such that its basisT >= t"
Expand Down

0 comments on commit 0585d69

Please sign in to comment.