Skip to content

Commit 7a45fab

Browse files
committed
Added tests
1 parent f2d65fb commit 7a45fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/component_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ package test
33
import (
44
"context"
55
"testing"
6+
"strings"
67
"fmt"
78
"time"
89
helper "github.com/cloudposse/test-helpers/pkg/atmos/component-helper"
910
awsHelper "github.com/cloudposse/test-helpers/pkg/aws"
11+
"github.com/gruntwork-io/terratest/modules/random"
1012
"github.com/cloudposse/test-helpers/pkg/atmos"
1113
"github.com/stretchr/testify/assert"
1214
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)