Skip to content

Commit

Permalink
JS-2132 Simplify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Zschimmer committed Jul 4, 2024
1 parent 784a822 commit 597c142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ extends OurTestSuite, ControllerAgentForScalaTest, BlockingItemUpdater:

controller.api
.executeCommand:
ResumeOrder(orderId, /*position = Some(Position(0)), */asSucceeded = true)
ResumeOrder(orderId, asSucceeded = true)
.await(99.s).orThrow
eventWatch.await[OrderTerminated](after = eventId)
assert(eventWatch.eventsByKey[OrderEvent](orderId, after = eventId) == Seq(
Expand Down

0 comments on commit 597c142

Please sign in to comment.