Skip to content

Commit e315116

Browse files
Fix test
1 parent 04e2580 commit e315116

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/Swashbuckle.AspNetCore.IntegrationTests/CodeGenerationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ await WithTodoAppClientAsync(async (client) =>
100100
// Assert - There should be no items
101101
Assert.NotNull(items);
102102
Assert.NotNull(items.Items);
103-
Assert.Empty(items.Items);
104103

105104
var beforeCount = items.Items.Count;
106105

0 commit comments

Comments
 (0)