Skip to content

Commit f45d8fe

Browse files
committed
Tidy comment
1 parent 5d6bf83 commit f45d8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper/resource/testing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,9 +817,9 @@ type ConfigPlanChecks struct {
817817
PostApplyPostRefresh []plancheck.PlanCheck
818818
}
819819

820-
// ImportPlanChecks defines the different points in a Import TestStep when plan checks can be run.
820+
// ImportPlanChecks defines the different points in an Import TestStep when plan checks can be run.
821821
type ImportPlanChecks struct {
822-
// PreApply runs all plan checks in the slice. This occurs before the apply of a Import test is run. This slice cannot be populated
822+
// PreApply runs all plan checks in the slice. This occurs after the plan of an Import test is computed. This slice cannot be populated
823823
// with TestStep.PlanOnly, as there is no PreApply plan run with that flag set. All errors by plan checks in this slice are aggregated, reported, and will result in a test failure.
824824
PreApply []plancheck.PlanCheck
825825
}

0 commit comments

Comments
 (0)