go:make_board: Fixed unit test
This commit is contained in:
parent
58a8413177
commit
8f3898d814
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestMakeBoard(t *testing.T) {
|
func TestMakeBoard(t *testing.T) {
|
||||||
board := makeBoard(2, 2, "_")
|
board, _ := makeBoard(2, 2, "_")
|
||||||
|
|
||||||
testBoard := [][]string{
|
testBoard := [][]string{
|
||||||
[]string{"_", "_"},
|
[]string{"_", "_"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user