Skip to content

Commit 14780c3

Browse files
merge changes
1 parent fe2cbc7 commit 14780c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/other_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ import (
66
"os"
77
"strings"
88
"testing"
9+
10+
"github.com/IBM/go-sdk-core/v5/core"
911
"github.com/gruntwork-io/terratest/modules/files"
1012
"github.com/gruntwork-io/terratest/modules/logger"
1113
"github.com/gruntwork-io/terratest/modules/random"
12-
"github.com/stretchr/testify/require"
13-
"github.com/IBM/go-sdk-core/v5/core"
1414
"github.com/gruntwork-io/terratest/modules/terraform"
1515
"github.com/stretchr/testify/assert"
16+
"github.com/stretchr/testify/require"
1617
"github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/cloudinfo"
1718
"github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testaddons"
1819
"github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testhelper"
@@ -293,6 +294,7 @@ func TestMonolithExample(t *testing.T) {
293294
terraform.WorkspaceDelete(t, existingTerraformOptions, prefix)
294295
logger.Log(t, "END: Destroy (prereq resources)")
295296
}
297+
}
296298

297299
func TestAddonPermutations(t *testing.T) {
298300
testCases := []testaddons.AddonTestCase{

0 commit comments

Comments
 (0)