Skip to content

Commit aaf6cca

Browse files
author
Sergio Andres Virviescas Santana
committed
fix(windows): tests
1 parent b2e1ccd commit aaf6cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atreugo_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestAtreugo_ListenAndServe(t *testing.T) { //nolint:funlen
9090
t.Errorf("Unexpected error: %v", err)
9191
}
9292
case <-time.After(200 * time.Millisecond):
93-
if err := s.server.Shutdown(); err != nil {
93+
if err := s.engine.Shutdown(); err != nil {
9494
t.Errorf("Error shutting down the server %+v", err)
9595
}
9696
if tt.want.getErr {

0 commit comments

Comments
 (0)