Skip to content

Commit

Permalink
internal/tagresource: Fix typo in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jun 17, 2020
1 parent 4e70ee3 commit 5aabc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/internal/tagresource/tag_resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestGetResourceId(t *testing.T) {
}

if gotIdentifier != testCase.ExpectedIdentifier {
t.Errorf("got identifier %s, expected identifer %s", gotIdentifier, testCase.ExpectedIdentifier)
t.Errorf("got identifier %s, expected identifier %s", gotIdentifier, testCase.ExpectedIdentifier)
}

if gotKey != testCase.ExpectedKey {
Expand Down

0 comments on commit 5aabc58

Please sign in to comment.