Skip to content

Commit

Permalink
remove duplicate CheckResourceDisappears line
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Dec 17, 2021
1 parent 6be0e46 commit c9fd1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elasticsearch/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ func TestAccElasticsearchDomain_disappears(t *testing.T) {
Config: testAccDomainConfig(rName),
Check: resource.ComposeTestCheckFunc(
acctest.CheckResourceDisappears(acctest.Provider, tfelasticsearch.ResourceDomain(), resourceName),
acctest.CheckResourceDisappears(acctest.Provider, tfelasticsearch.ResourceDomain(), resourceName)),
),
ExpectNonEmptyPlan: true,
},
},
Expand Down

0 comments on commit c9fd1c3

Please sign in to comment.