From 0585d6972f78137e0e9bd8bd9adb30f96a07fe32 Mon Sep 17 00:00:00 2001 From: Chris Blom Date: Wed, 24 Jan 2018 13:31:11 +0100 Subject: [PATCH] fix parens --- test/datomock/core_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/datomock/core_test.clj b/test/datomock/core_test.clj index eba5ea1..d12fe00 100644 --- a/test/datomock/core_test.clj +++ b/test/datomock/core_test.clj @@ -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"