Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 21, 2023
1 parent 98bfb44 commit 23b757d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions e2etest.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package terraform_module_test_helper

import (
"fmt"
terratest "github.com/gruntwork-io/terratest/modules/testing"
"io"
"path/filepath"
"sync"
Expand All @@ -13,6 +12,7 @@ import (
"github.com/gruntwork-io/terratest/modules/logger"
"github.com/gruntwork-io/terratest/modules/terraform"
test_structure "github.com/gruntwork-io/terratest/modules/test-structure"
terratest "github.com/gruntwork-io/terratest/modules/testing"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -75,10 +75,6 @@ func initAndApplyAndIdempotentTest(t *testing.T, moduleRootPath string, exampleR
}
}

func tearDown(t *testing.T, rootDir string, modulePath string) {

}

func initAndApply(t terratest.TestingT, options *terraform.Options) string {
tfInit(t, options)
return terraform.Apply(t, options)
Expand Down

0 comments on commit 23b757d

Please sign in to comment.