mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 10:25:10 -05:00
fix wrong spells in parse_test.go (#3173)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user