Skip to content

Commit 2406cca

Browse files
committed
Eagle eye of Piotr
1 parent 50e3118 commit 2406cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posts/2025-11-11-making-race-condition-tests-deterministic-with-cyclicbarrier-and-seam.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ causing items to be transferred into two different target orders.
2525

2626
```ruby
2727
def perform(event)
28+
case event
2829
when OrderSplitIntoTwo
2930
source_order_id = event.data[:source_order_id]
3031
target_order_id = event.data[:target_order_id]

0 commit comments

Comments
 (0)