Skip to content

Commit 02fc513

Browse files
committed
fix: one more failing test
1 parent b251482 commit 02fc513

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

JsonApiDotnetCore.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ Global
204204
{09C0C8D8-B721-4955-8889-55CB149C3B5C}.Release|x86.ActiveCfg = Release|Any CPU
205205
{09C0C8D8-B721-4955-8889-55CB149C3B5C}.Release|x86.Build.0 = Release|Any CPU
206206
{DF9BFD82-D937-4907-B0B4-64670417115F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
207-
{DF9BFD82-D937-4907-B0B4-64670417115F}.Debug|Any CPU.Build.0 = Debug|Any CPU
208207
EndGlobalSection
209208
GlobalSection(SolutionProperties) = preSolution
210209
HideSolutionNode = FALSE

test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/DocumentTests/Included.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public async Task GET_Included_DoesNot_Duplicate_Records_ForMultipleRelationship
181181
public async Task GET_Included_DoesNot_Duplicate_Records_If_HasOne_Exists_Twice()
182182
{
183183
// arrange
184+
_context.TodoItemCollections.RemoveRange(_context.TodoItemCollections);
184185
_context.People.RemoveRange(_context.People); // ensure all people have todo-items
185186
_context.TodoItems.RemoveRange(_context.TodoItems);
186187
var person = _personFaker.Generate();

0 commit comments

Comments
 (0)