Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
idantavor committed Jul 5, 2023
1 parent 190ee7c commit d3a50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aerospike_clj/integration/integration_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
@(pt/batch-operate *c* batch-write-records)))
(is (= expected-read-payloads
(mapv :payload @(pt/get-batch *c* batch-read-records))))
(is (= (every? #(zero? (:result-code %)) @(pt/batch-operate *c* batch-touch-records))))))))
(is (every? #(zero? (:result-code %)) @(pt/batch-operate *c* batch-touch-records)))))))

(deftest default-read-policy
(let [rp (.getReadPolicyDefault ^AerospikeClient (.-client ^SimpleAerospikeClient *c*))]
Expand Down

0 comments on commit d3a50f5

Please sign in to comment.