Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: nathan-nicholson <[email protected]>
  • Loading branch information
nathan-nicholson committed Dec 31, 2024
1 parent 5cbb6d3 commit 46df40c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cmd/aws/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,18 +465,4 @@ func (m *mockEC2Client) DescribeImages(ctx context.Context, input *ec2.DescribeI
}

return nil, errors.New("not implemented")
// if m.err != nil {
// return nil, m.err
// }
// if m.architecture == "x86_64" {
// return &ec2.DescribeImagesOutput{
// Images: []ec2Types.Image{
// {
// Architecture: ec2Types.ArchitectureValues("x86_64"),
// },
// },
// }, nil
// } else {
// return nil, errors.New("unexpected architecture")
// }
}

0 comments on commit 46df40c

Please sign in to comment.