File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/DocumentTests Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ Global
204
204
{09C0C8D8-B721-4955-8889-55CB149C3B5C} .Release| x86 .ActiveCfg = Release| Any CPU
205
205
{09C0C8D8-B721-4955-8889-55CB149C3B5C} .Release| x86 .Build .0 = Release| Any CPU
206
206
{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
208
207
EndGlobalSection
209
208
GlobalSection (SolutionProperties ) = preSolution
210
209
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ public async Task GET_Included_DoesNot_Duplicate_Records_ForMultipleRelationship
181
181
public async Task GET_Included_DoesNot_Duplicate_Records_If_HasOne_Exists_Twice ( )
182
182
{
183
183
// arrange
184
+ _context . TodoItemCollections . RemoveRange ( _context . TodoItemCollections ) ;
184
185
_context . People . RemoveRange ( _context . People ) ; // ensure all people have todo-items
185
186
_context . TodoItems . RemoveRange ( _context . TodoItems ) ;
186
187
var person = _personFaker . Generate ( ) ;
You can’t perform that action at this time.
0 commit comments