diff --git a/internal/modules/generic/commands_test.go b/internal/modules/generic/commands_test.go index 305a6a8..e28fb0c 100644 --- a/internal/modules/generic/commands_test.go +++ b/internal/modules/generic/commands_test.go @@ -2020,6 +2020,7 @@ func Test_Generic(t *testing.T) { t.Run("Test_HandlerDECR", func(t *testing.T) { t.Parallel() conn, err := internal.GetConnection("localhost", port) + if err != nil { t.Error(err) return @@ -2544,7 +2545,6 @@ func Test_Generic(t *testing.T) { } // Connect to the server - conn, err := internal.GetConnection("localhost", port) if err != nil { t.Error(err)