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

fix order of actual and expected values in asserts #550

Merged

Conversation

rastislavsvoboda
Copy link
Contributor

some of unit tests have switched actual and expected values, like
3.Should().Be(_result.Data.Count);
so switching it to
_result.Data.Count.Should().Be(3);
for correct message when test fails

@RolandPheasant
Copy link
Collaborator

I really appreciate you doing this. Thanks very much.

@RolandPheasant RolandPheasant merged commit d8a235b into reactivemarbles:main Feb 1, 2022
@rastislavsvoboda rastislavsvoboda deleted the fixing-asserts branch February 1, 2022 07:46
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants