1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Extra space

This commit is contained in:
Daniel Barber 2018-04-08 21:51:14 -04:00
parent 80d8c26552
commit 0649f0f937
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -60,7 +60,7 @@ defmodule Chess.GameStateTest do
refute GameState.player_checkmated?(board, "white") refute GameState.player_checkmated?(board, "white")
end end
test "king is checkmate by a queen and a knight" do test "king is checkmate by a queen and a knight" do
board = %{ board = %{
"0,0" => %{"type" => "king", "colour" => "white"}, "0,0" => %{"type" => "king", "colour" => "white"},
"1,1" => %{"type" => "queen", "colour" => "black"}, "1,1" => %{"type" => "queen", "colour" => "black"},