From 906fab3af38a28a049e10b411a9b5bf5bec56891 Mon Sep 17 00:00:00 2001 From: isaac Date: Mon, 29 Jul 2024 14:27:08 +0930 Subject: [PATCH] Rename --- octopusdeploy/testing_container_test.go | 2 +- octopusdeploy_framework/testing_container_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octopusdeploy/testing_container_test.go b/octopusdeploy/testing_container_test.go index 6352e3fb1..a07ea8e3b 100644 --- a/octopusdeploy/testing_container_test.go +++ b/octopusdeploy/testing_container_test.go @@ -32,7 +32,7 @@ type ( } ) -func TestMySuite(t *testing.T) { +func TestSdkIntegrationTestSuite(t *testing.T) { suite.Run(t, &IntegrationTestSuite{}) } diff --git a/octopusdeploy_framework/testing_container_test.go b/octopusdeploy_framework/testing_container_test.go index 08ec6fc47..78ca71ae3 100644 --- a/octopusdeploy_framework/testing_container_test.go +++ b/octopusdeploy_framework/testing_container_test.go @@ -32,7 +32,7 @@ type ( } ) -func TestMySuite(t *testing.T) { +func TestFrameworkIntegrationTestSuite(t *testing.T) { suite.Run(t, &IntegrationTestSuite{}) }