Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudWatch test: use require.Equal instead of reflect.DeepEqual. #616

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

cristiangreco
Copy link
Collaborator

The testify library uses reflect under the hood, but allows writing
shorter test cases via the require.Equal method.

There are other tests that could be updated this way, but didn't want
to make a big change at once.

The testify library uses reflect under the hood, but allows writing
shorter test cases via the `require.Equal` method.

There are other tests that could be updated this way, but didn't want
to make a big change at once.
@thomaspeitz thomaspeitz merged commit b991fe5 into master Jul 11, 2022
@thomaspeitz thomaspeitz deleted the cristian/cw-test-require-equal branch July 11, 2022 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants