Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Aug 19, 2024
1 parent 6e8c10b commit 39945b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
)

// Test_NATSConnection tests the Eventing CR status when connecting to NATS.
//
//nolint:tparallel // multiple controllers with same name cannot co-exist.
func Test_NATSConnection(t *testing.T) {
t.Parallel()
// given
Expand Down Expand Up @@ -87,8 +89,6 @@ func Test_NATSConnection(t *testing.T) {
tcc := tc

t.Run(tcc.name, func(t *testing.T) {
t.Parallel()

// setup environment
testEnvironment, err := testutilsintegration.NewTestEnvironment(
testutilsintegration.TestEnvironmentConfig{
Expand Down

0 comments on commit 39945b0

Please sign in to comment.