Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
klauswuestefeld committed May 21, 2024
1 parent 8e8f96f commit 2c0317c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/prevayler_clj_aws/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@
(prevayler/handle! prev1 1)
(prevayler/handle! prev1 2)
(prevayler/snapshot! prev1))
(let [prev2 (gen-opts :initial-state [] :business-fn (constantly "rubbish"))]
(let [opts (gen-opts :initial-state [] :business-fn (constantly "rubbish"))
prev2 (prev! opts)]
(is (= [1 2] @prev2)))))

0 comments on commit 2c0317c

Please sign in to comment.