Skip to content

Commit 50e3118

Browse files
committed
missing end
1 parent 49c14d4 commit 50e3118

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
@@ -34,6 +34,7 @@ def perform(event)
3434
transfer(items, source_order_id, target_order_id)
3535
end
3636
end
37+
end
3738
```
3839

3940
The lock protects against this scenario: two threads read the same projection state, then both transfer the same items to

0 commit comments

Comments
 (0)