mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Extra space
This commit is contained in:
parent
80d8c26552
commit
0649f0f937
@ -60,7 +60,7 @@ defmodule Chess.GameStateTest do
|
||||
refute GameState.player_checkmated?(board, "white")
|
||||
end
|
||||
|
||||
test "king is checkmate by a queen and a knight" do
|
||||
test "king is checkmate by a queen and a knight" do
|
||||
board = %{
|
||||
"0,0" => %{"type" => "king", "colour" => "white"},
|
||||
"1,1" => %{"type" => "queen", "colour" => "black"},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user