test: fix test for redis

This commit is contained in:
2025-04-12 23:23:23 +02:00
parent d394fca3f9
commit 4086a21dcb
3 changed files with 61 additions and 50 deletions

View File

@@ -173,7 +173,7 @@ class GameStateRepositoryTest :
lastEventVersion shouldBeEqual 200
players shouldHaveSize 200
}
repo.count(aggregateId) shouldBe 39
repo.count(aggregateId) shouldBe 21
}
}
}