Skip to content

Commit

Permalink
test: add coderabbit suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed May 1, 2024
1 parent 9145769 commit dd8c8b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public async Task FindByCpf_Success()
using (new AssertionScope())
{
result.Should().NotBeNull();
result.Should().Be(expectedCustomer);
result.Should().BeEquivalentTo(expectedCustomer, options => options.ComparingByMembers<Customer>());
}
}

Expand Down

0 comments on commit dd8c8b8

Please sign in to comment.