Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Nov 2, 2020
1 parent 245ebac commit 44c0a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/s3shared/arn/arn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestParseResource(t *testing.T) {
t.Run(name, func(t *testing.T) {
var parsed Resource
arn, err := arn.Parse(c.Input)
if err != nil {
if err == nil {
parsed, err = ParseResource(arn, mappedResourceParser(c.MappedResources))
}

Expand Down

0 comments on commit 44c0a15

Please sign in to comment.