revamping domain
This commit is contained in:
@@ -457,6 +457,6 @@ namespace Shogi.Domain.UnitTests
|
||||
board.InCheck.Should().Be(WhichPlayer.Player2);
|
||||
}
|
||||
|
||||
private static Session MockSession() => new Session("Test Session", BoardState.StandardStarting, "Test P1", "Test P2");
|
||||
private static ShogiBoard MockSession() => new ShogiBoard("Test Session", BoardState.StandardStarting, "Test P1", "Test P2");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user