Skip to content

Commit 366bc3b

Browse files
committed
rm unused func
1 parent ee2dde5 commit 366bc3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/provider/provider_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServe
3636
"envbuilder": providerserver.NewProtocol6WithError(New("test")()),
3737
}
3838

39-
func testAccPreCheck(t *testing.T) {
40-
// You can add code here to run prior to any test case execution, for example assertions
41-
// about the appropriate environment variables being set are common to see in a pre-check
42-
// function.
43-
}
44-
4539
// testDependencies contain information about stuff the test depends on.
4640
type testDependencies struct {
4741
BuilderImage string

0 commit comments

Comments
 (0)