Skip to content

Commit

Permalink
Fixed broken usage of checker/set
Browse files Browse the repository at this point in the history
  • Loading branch information
alxliu committed Mar 6, 2018
1 parent d623c39 commit 345dddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jepsen/mongodb/set.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
; reads
(gen/limit 2 {:type :invoke, :f :read, :value nil}))
:checker (checker/compose
{:set checker/set
{:set (checker/set)
:timeline (timeline/html)
:perf (checker/perf)})}
opts)))

0 comments on commit 345dddd

Please sign in to comment.