Skip to content

Commit 9144835

Browse files
committed
Fix errorf formatting
1 parent e61195b commit 9144835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocketproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ func TestProxy(t *testing.T) {
8383
}
8484

8585
if msg != string(p) {
86-
t.Error("expecting: %s, got: %s", msg, string(p))
86+
t.Errorf("expecting: %s, got: %s", msg, string(p))
8787
}
8888
}

0 commit comments

Comments
 (0)