Skip to content

Commit 55e4e92

Browse files
author
Ronna Steinberg
committed
fix test
1 parent 509512c commit 55e4e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renderer/gopher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestRenderGopherFrame(t *testing.T) {
2121
for i := 0; i < 3; i++ {
2222
if i == 1 {
2323
if img.At(i, i) != color.Black {
24-
t.Fatalf("Unexpected color at (%d,%d) wanted white", i, i)
24+
t.Fatalf("Unexpected color at (%d,%d) wanted black", i, i)
2525
}
2626
} else {
2727
if img.At(i, i) != color.White {

0 commit comments

Comments
 (0)