Skip to content

Commit

Permalink
Test and fix embedding v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krever committed Apr 16, 2024
1 parent 98384ad commit f2af254
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class WithdrawalWorkflowTest extends AnyFreeSpec with MockFactory {
(service.getChecks _)
.expects()
.returning(list)
.anyNumberOfTimes()
def withNoChecks() = withChecks(List())

object DummyChecksEngine extends ChecksEngine {
Expand Down

0 comments on commit f2af254

Please sign in to comment.