Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Jul 29, 2024
1 parent e7010bd commit 906fab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octopusdeploy/testing_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type (
}
)

func TestMySuite(t *testing.T) {
func TestSdkIntegrationTestSuite(t *testing.T) {
suite.Run(t, &IntegrationTestSuite{})
}

Expand Down
2 changes: 1 addition & 1 deletion octopusdeploy_framework/testing_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type (
}
)

func TestMySuite(t *testing.T) {
func TestFrameworkIntegrationTestSuite(t *testing.T) {
suite.Run(t, &IntegrationTestSuite{})
}

Expand Down

0 comments on commit 906fab3

Please sign in to comment.