Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyV committed Aug 30, 2013
1 parent cf60916 commit a90fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/board_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestPut_StoneOnUsedField_Panic(t *testing.T) {
b.Put(1, 1, BLACK)

assert.Panics(t, func() {
_ = b.Put(1, 1, WHITE)
b.Put(1, 1, WHITE)
})
}

Expand Down

0 comments on commit a90fb5f

Please sign in to comment.