Skip to content

Commit

Permalink
🩹 Fix: reduced memory alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JIeJaitt committed Feb 11, 2025
1 parent 187ad51 commit e4de2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions listen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ func testGracefulShutdown(t *testing.T, shutdownTimeout time.Duration) {
}

type testCase struct {
name string
expectedErr error
expectedBody string
name string
waitTime time.Duration
expectedStatusCode int
closeConnection bool
expectedBody string
}

testCases := []testCase{
Expand Down

0 comments on commit e4de2c3

Please sign in to comment.