diff --git a/options_test.go b/options_test.go index 61a725bb..16e1788f 100644 --- a/options_test.go +++ b/options_test.go @@ -275,7 +275,7 @@ func TestWithPort(t *testing.T) { }) } -func TestWithoutStartupMessage(t *testing.T) { +func TestWithoutStartupMessages(t *testing.T) { s := NewServer( WithoutStartupMessages(), )