chore: fix repetitive words (#1472)

Signed-off-by: alwayshang <zhanghonghao@outlook.com>
This commit is contained in:
alwayshang
2024-04-07 19:48:13 +08:00
committed by GitHub
parent 650ab6db8f
commit fd3736bd99
7 changed files with 7 additions and 7 deletions

View File

@@ -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",