We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636ee1d commit a84b258Copy full SHA for a84b258
test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Reading/ResourceDefinitionReadTests.cs
@@ -324,7 +324,6 @@ public async Task Filter_from_resource_definition_is_applied_at_secondary_endpoi
324
325
await _testContext.RunOnDatabaseAsync(async dbContext =>
326
{
327
- await dbContext.ClearTableAsync<Planet>();
328
dbContext.Stars.Add(star);
329
await dbContext.SaveChangesAsync();
330
});
@@ -376,7 +375,6 @@ public async Task Filter_from_resource_definition_is_applied_at_relationship_end
376
375
377
378
379
380
381
382
0 commit comments