Skip to content

Commit 88ae71d

Browse files
committed
fmt
1 parent 88ad267 commit 88ae71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServe
1616
}
1717

1818
func testAccPreCheck(t *testing.T) {
19-
t.Parallel()
19+
t.Helper()
2020
// You can add code here to run prior to any test case execution, for example assertions
2121
// about the appropriate environment variables being set are common to see in a pre-check
2222
// function.

0 commit comments

Comments
 (0)