ajout d'un debut de CI
All checks were successful
check main state / build (9.0.x) (push) Successful in 1m22s

This commit is contained in:
2025-03-26 22:28:06 +01:00
parent 899b1771d0
commit af5337b2f2
2 changed files with 27 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ namespace Giants.Application;
public class MatchRepositoryMock : IMatchRepository
{
private readonly BoardLayout _boardLayout;
private static int _lastId = 1;
private int _lastId = 1;
private Dictionary<int, Match> _matchs = new Dictionary<int, Match>();