mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
chore: fix repetitive words (#1472)
Signed-off-by: alwayshang <zhanghonghao@outlook.com>
This commit is contained in:
@@ -637,7 +637,7 @@ func TestLocal_planDestroy_withDataSources(t *testing.T) {
|
||||
t.Fatal("plan should not be empty")
|
||||
}
|
||||
|
||||
// Data source should still exist in the the plan file
|
||||
// Data source should still exist in the plan file
|
||||
plan := testReadPlan(t, planPath)
|
||||
if len(plan.Changes.Resources) != 2 {
|
||||
t.Fatalf("Expected exactly 1 resource for destruction, %d given: %q",
|
||||
|
||||
Reference in New Issue
Block a user