Skip to content

Commit

Permalink
🩹 Fix: Remove the default Case
Browse files Browse the repository at this point in the history
  • Loading branch information
JIeJaitt committed Oct 12, 2024
1 parent 796922f commit e465b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func Test_App_ShutdownWithContext(t *testing.T) {
select {
case err := <-serverErr:
assert.NoError(t, err, "Server should have shut down without error")
default:
// default:
// Server is still running, which is expected as the long-running request prevented full shutdown
}
}
Expand Down

0 comments on commit e465b5b

Please sign in to comment.