Skip to content

Commit

Permalink
remove for
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 3, 2023
1 parent 1892d4f commit 45159b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions agents/agents/agentsintegration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ func (u *AgentsIntegrationSuite) SetupSuite() {
}

func TestAgentsIntegrationSuite(t *testing.T) {
for {
suite.Run(t, NewAgentsIntegrationSuite(t))
}
suite.Run(t, NewAgentsIntegrationSuite(t))
}

0 comments on commit 45159b6

Please sign in to comment.