Skip to content

Commit

Permalink
fixup! fixup! cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mping committed May 17, 2024
1 parent 5607aa1 commit 3aff529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/intemporal/saga_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
(run-workflow)))))

(testing "protocol calls"
(let [{:keys [some-io some-failing-io finalize compensate]} (meta spied-impl)]
(let [{:keys [some-io some-failing-io finalize compensate]} (pspy/spies spied-impl)]
(is (spy/called-once-with? some-io spied-impl "initial"))
(is (spy/called-once-with? some-failing-io spied-impl "initial"))
(is (not (spy/called-once? finalize)))
Expand Down

0 comments on commit 3aff529

Please sign in to comment.