diff --git a/test/datomish/db_test.cljc b/test/datomish/db_test.cljc index 91222a25..7d541a70 100644 --- a/test/datomish/db_test.cljc +++ b/test/datomish/db_test.cljc @@ -40,7 +40,7 @@ (let [entids (zipmap (vals (dm/idents db)) (keys (dm/idents db)))] (go-pair (->> - (s/all-rows (:sqlite-connection db) ["SELECT e, a, v, tx FROM datoms WHERE tx >= ?" tx]) + (s/all-rows (:sqlite-connection db) ["SELECT e, a, v, tx FROM datoms WHERE tx > ?" tx]) (> - (s/all-rows (:sqlite-connection db) ["SELECT e, a, v, tx, added FROM transactions WHERE tx >= ? ORDER BY tx ASC, e, a, v, added" tx]) + (s/all-rows (:sqlite-connection db) ["SELECT e, a, v, tx, added FROM transactions WHERE tx > ? ORDER BY tx ASC, e, a, v, added" tx]) (