Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronna Steinberg committed May 16, 2018
1 parent 509512c commit 55e4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/gopher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestRenderGopherFrame(t *testing.T) {
for i := 0; i < 3; i++ {
if i == 1 {
if img.At(i, i) != color.Black {
t.Fatalf("Unexpected color at (%d,%d) wanted white", i, i)
t.Fatalf("Unexpected color at (%d,%d) wanted black", i, i)
}
} else {
if img.At(i, i) != color.White {
Expand Down

0 comments on commit 55e4e92

Please sign in to comment.