Skip to content

Commit 7faf53a

Browse files
author
maknahar
committed
Fixing a Go Vet Warning
1 parent 7d42c2d commit 7faf53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,6 @@ func TestNoMatchMethodErrors(t *testing.T) {
18901890
resp := NewRecorder()
18911891
r.ServeHTTP(resp, req)
18921892
if resp.Code != 405 {
1893-
t.Errorf("Expecting code %s", 405)
1893+
t.Errorf("Expecting code %v", 405)
18941894
}
18951895
}

0 commit comments

Comments
 (0)