Skip to content

Commit

Permalink
Code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
lovoll committed Oct 8, 2024
1 parent 4d31aeb commit fcfe4bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void TestResourceIdentifier_GetExample_Success()

List<ResourceIdentifier> actual = ResourceIdentifier.GetExamples(new Swashbuckle.Examples.ExampleDataOptions()).ToList();

Assert.Equal(expected.Count, actual.Count());
Assert.Equal(expected.Count, actual.Count);

for (int i = 0; i < expected.Count; i++)
{
Expand Down

0 comments on commit fcfe4bb

Please sign in to comment.