feat: NCS-40 Rework Draw System #34

Merged
Janis merged 4 commits from feat/NCS-40 into main 2026-04-19 22:44:49 +02:00
Showing only changes of commit c26acc93c7 - Show all commits
@@ -214,7 +214,7 @@ class GameEngineDrawOfferTest extends AnyFunSuite with Matchers:
case other =>
fail(s"Expected InvalidMoveEvent, but got $other")
test("Draw offer is cleared when game ends by resignation"):
test("Draw offer is cleared when game ends by resignation (decline)"):
val engine = new GameEngine()
val observer = new DrawOfferMockObserver()
engine.subscribe(observer)