Skip to content

Commit 42f36b7

Browse files
committed
Mark test helper function
1 parent 99f1fae commit 42f36b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ func requirePlannableImport(t testing.T, versionUnderTest version.Version) error
413413
}
414414

415415
func runImportStateCheckFunction(ctx context.Context, t testing.T, importState *terraform.State, step TestStep) {
416+
t.Helper()
417+
416418
var states []*terraform.InstanceState
417419
for address, r := range importState.RootModule().Resources {
418420
if strings.HasPrefix(address, "data.") {

0 commit comments

Comments
 (0)