Skip to content

Commit

Permalink
use correct check destroy
Browse files Browse the repository at this point in the history
Co-authored-by: Kit Ewbank <[email protected]>
  • Loading branch information
johnsonaj and ewbankkit authored Jul 19, 2022
1 parent aafa090 commit cd80557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/transcribe/vocabulary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func TestAccTranscribeVocabulary_updateTags(t *testing.T) {
},
ErrorCheck: acctest.ErrorCheck(t, names.TranscribeEndpointID),
ProviderFactories: acctest.ProviderFactories,
CheckDestroy: testAccCheckMedicalVocabularyDestroy,
CheckDestroy: testAccCheckVocabularyDestroy,
Steps: []resource.TestStep{
{
Config: testAccVocabularyConfig_tags1(rName, "key1", "value1"),
Expand Down

0 comments on commit cd80557

Please sign in to comment.