Skip to content

Commit

Permalink
chore: typo on TestWithoutStartupMessages test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt authored and EwenQuim committed Apr 17, 2024
1 parent caea8c8 commit 28e33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func TestWithPort(t *testing.T) {
})
}

func TestWithoutStartupMessage(t *testing.T) {
func TestWithoutStartupMessages(t *testing.T) {
s := NewServer(
WithoutStartupMessages(),
)
Expand Down

0 comments on commit 28e33da

Please sign in to comment.