fix wrong spells in parse_test.go (#3173)
This commit is contained in:
parent
3f47fc8ba4
commit
434ac69a03
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) {
|
|||
}
|
||||
rs := r.String()
|
||||
if rs != tc.expected {
|
||||
t.Errorf("Test %d, expected (stringyfied) recordRequest: %s, got %s", i, tc.expected, rs)
|
||||
t.Errorf("Test %d, expected (stringified) recordRequest: %s, got %s", i, tc.expected, rs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue