mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
test: fix typo (#1790)
This commit is contained in:
@@ -48,7 +48,7 @@ func Test_New(t *testing.T) {
|
||||
p := New(s)
|
||||
|
||||
if p.Network != defaultNetwork {
|
||||
t.Errorf("Prefork.Netork == %q, want %q", p.Network, defaultNetwork)
|
||||
t.Errorf("Prefork.Network == %q, want %q", p.Network, defaultNetwork)
|
||||
}
|
||||
|
||||
if reflect.ValueOf(p.ServeFunc).Pointer() != reflect.ValueOf(s.Serve).Pointer() {
|
||||
|
||||
Reference in New Issue
Block a user