Skip to content

Commit 8a9f46f

Browse files
committed
import ordering
1 parent 2761fa9 commit 8a9f46f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@ package resource
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-exec/tfexec"
109
"reflect"
1110
"strings"
1211

1312
"github.com/google/go-cmp/cmp"
1413
"github.com/mitchellh/go-testing-interface"
1514

15+
"github.com/hashicorp/terraform-exec/tfexec"
1616
"github.com/hashicorp/terraform-plugin-testing/config"
17-
"github.com/hashicorp/terraform-plugin-testing/internal/teststep"
18-
"github.com/hashicorp/terraform-plugin-testing/terraform"
19-
2017
"github.com/hashicorp/terraform-plugin-testing/internal/logging"
2118
"github.com/hashicorp/terraform-plugin-testing/internal/plugintest"
19+
"github.com/hashicorp/terraform-plugin-testing/internal/teststep"
20+
"github.com/hashicorp/terraform-plugin-testing/terraform"
2221
)
2322

2423
func testStepNewImportState(ctx context.Context, t testing.T, helper *plugintest.Helper, wd *plugintest.WorkingDir, step TestStep, cfgRaw string, providers *providerFactories, stepIndex int) error {

0 commit comments

Comments
 (0)