Skip to content

Commit

Permalink
test: fix typo (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Jun 10, 2024
1 parent 2909827 commit 9ffdf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefork/prefork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9ffdf08

Please sign in to comment.