We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049ed69 commit 6321a1aCopy full SHA for 6321a1a
test/JsonApiDotNetCoreTests/IntegrationTests/Meta/TopLevelCountTests.cs
@@ -83,10 +83,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
83
public async Task Renders_resource_count_for_empty_collection()
84
{
85
// Arrange
86
- await _testContext.RunOnDatabaseAsync(async dbContext =>
87
- {
88
- await dbContext.ClearTableAsync<SupportTicket>();
89
- });
+ await _testContext.RunOnDatabaseAsync(async dbContext => await dbContext.ClearTableAsync<SupportTicket>());
90
91
const string route = "/supportTickets";
92
0 commit comments