Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #493 from Abirdcfly/patch-2
Browse files Browse the repository at this point in the history
delete minor unreachable code caused by t.Fatal
  • Loading branch information
denverdino authored Mar 6, 2023
2 parents d0f2d0f + 987e71c commit 3b48545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecs/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func TestECSDescribe(t *testing.T) {
images, pagination, err := client.DescribeImages(&args)
if err != nil {
t.Fatalf("Failed to describe images: %v", err)
break
} else {
t.Logf("Image count for region %s total %d from %d", region.RegionId, pagination.TotalCount, pagination.PageNumber*pagination.PageSize)
for _, image := range images {
Expand Down

0 comments on commit 3b48545

Please sign in to comment.