Quick fix

This commit is contained in:
Anthony Cicchetti 2019-06-23 15:17:25 -04:00
parent 2950468b65
commit 83bd6e73f4

View file

@ -1,7 +1,6 @@
package com.anthonycicchetti.cs5004.assignment3.pieces
import com.anthonycicchetti.cs5004.assignment3.Board
import com.sun.source.tree.WhileLoopTree
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.Assertions.*
@ -35,4 +34,4 @@ internal class BishopTest {
val bishop = Bishop(A_ONE, Color.WHITE)
assertFalse(bishop.canMoveTo(Board.BoardLocation(Board.Column.B, Board.Row.ONE)))
}
}
}