Skip to content

Commit

Permalink
fixup custom unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed May 4, 2021
1 parent da15fc0 commit 65baf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/ec2/internal/customizations/unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Test_EmptyResponse(t *testing.T) {

params := &ec2.DeleteFleetsInput{
FleetIds: []string{"mockid"},
TerminateInstances: true,
TerminateInstances: aws.Bool(true),
}
_, err := client.DeleteFleets(ctx, params)
if c.expectError {
Expand Down

0 comments on commit 65baf0f

Please sign in to comment.