Skip to content

Commit

Permalink
Fix test fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Nov 19, 2024
1 parent 7a5464a commit ed61600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ await _testContext.WithDataState
state.Add<Data.Game>(fixture, game =>
{
game.IsPublished = true;
game.Specs = state.Build<Data.ChallengeSpec>(fixture, spec =>
{
game.PlayerMode = PlayerMode.Practice;
spec.Tags = tag;
spec.IsHidden = false;
}).ToCollection();
});
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Security.Cryptography.Pkcs;
using AutoMapper;
using Gameboard.Api.Common;
using Gameboard.Api.Common.Services;
using Gameboard.Api.Data;
Expand Down

0 comments on commit ed61600

Please sign in to comment.