From 28e33dab7e682c7a93bcec8f90a26988eac378af Mon Sep 17 00:00:00 2001 From: dylanhitt Date: Tue, 16 Apr 2024 20:00:13 -0400 Subject: [PATCH] chore: typo on TestWithoutStartupMessages test --- options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), )