We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926a945 commit 4a3016cCopy full SHA for 4a3016c
test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/UpdatingRelationshipsTests.cs
@@ -625,8 +625,6 @@ public async Task Can_Delete_Relationship_By_Patching_Relationship()
625
[Fact]
626
public async Task Updating_ToOne_Relationship_With_Implicit_Remove()
627
{
628
-
629
630
// Arrange
631
var context = _fixture.GetService<AppDbContext>();
632
var passport = new Passport();
@@ -636,8 +634,6 @@ public async Task Updating_ToOne_Relationship_With_Implicit_Remove()
636
634
context.People.AddRange(new List<Person>() { person1, person2 });
637
635
await context.SaveChangesAsync();
638
639
640
641
var content = new
642
643
data = new
0 commit comments