Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 23, 2025
1 parent 5e9edb0 commit 0b9cc0e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ IFixture fixture
new()
{
PartialCount = 0,
Challenges =
[
new Data.Challenge
{
Id = fixture.Create<string>(),
PlayerMode = PlayerMode.Competition
}
],
Game = new Data.Game
{
Id = gameId,
Expand Down

0 comments on commit 0b9cc0e

Please sign in to comment.