Skip to content

Commit f085ea6

Browse files
committed
fixup! Use ImportPlanVerify
1 parent 4cf6a87 commit f085ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper/resource/importstate/import_block_with_id_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func TestTest_TestStep_ImportBlockId_ImportStateVerifyIgnore_Real_Example(t *tes
198198
with an import block and the test ends up passing regardless of whether `ImportStateVerifyIgnore` has been specified or not
199199
*/
200200

201-
// Skipped while we decide whether ImportBlockWithID will perform an apply; else, it will not produce a new state,
201+
// In prerelease, we are choosing that ImportBlockWithID will not perform an apply, so it will not produce a new state,
202202
// and there is no new state for ImportStateVerify to do anything meaningful with.
203203
t.Skip()
204204

@@ -303,7 +303,7 @@ func TestTest_TestStep_ImportBlockId_ImportStateVerifyIgnore_Real_Example(t *tes
303303
}
304304

305305
func TestTest_TestStep_ImportBlockId_ImportStateVerifyIgnore(t *testing.T) {
306-
// Skipped while we decide whether ImportBlockWithID will perform an apply; else, it will not produce a new state,
306+
// In prerelease, we are choosing that ImportBlockWithID will not perform an apply, so it will not produce a new state,
307307
// and there is no new state for ImportStateVerify to do anything meaningful with.
308308
t.Skip()
309309

0 commit comments

Comments
 (0)