Skip to content

Commit

Permalink
WIP: 修改變數名
Browse files Browse the repository at this point in the history
  • Loading branch information
aa89227 committed Apr 23, 2024
1 parent f97b118 commit 51a34d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ChineseCheckers.Tests/MoveChessTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public void CanNotJumpChessTopRightRight()
Then: InvalidMoveException
""")]
[TestMethod]
public void CanNotMoveChessButtomRightAfterJumpChess()
public void CanNotMoveChessButtomLeftAfterJumpChess()
{
// Arrange
var game = new GameBuilder()
Expand Down

0 comments on commit 51a34d3

Please sign in to comment.