Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored and fiatjaf committed Jul 13, 2023
1 parent 0d92cb6 commit fb3626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ func TestServerShutdownWebsocket(t *testing.T) {
err = e
}
if _, ok := err.(wsutil.ClosedError); !ok {
t.Errorf("client.ConnextionError: %v (%T); want wsutil.ClosedError", err, err)
t.Errorf("client.ConnectionError: %v (%T); want wsutil.ClosedError", err, err)
}
}

0 comments on commit fb3626f

Please sign in to comment.