Commit 434ac69a authored by AllenZMC's avatar AllenZMC Committed by Chris O'Haver

fix wrong spells in parse_test.go (#3173)

parent 3f47fc8b
...@@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) { ...@@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) {
} }
rs := r.String() rs := r.String()
if rs != tc.expected { 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)
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment