Quick fix
This commit is contained in:
parent
2950468b65
commit
83bd6e73f4
1 changed files with 1 additions and 2 deletions
|
@ -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)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue