Skip to content

Commit 4a3016c

Browse files
committed
chore: link with #502
1 parent 926a945 commit 4a3016c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/UpdatingRelationshipsTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@ public async Task Can_Delete_Relationship_By_Patching_Relationship()
625625
[Fact]
626626
public async Task Updating_ToOne_Relationship_With_Implicit_Remove()
627627
{
628-
629-
630628
// Arrange
631629
var context = _fixture.GetService<AppDbContext>();
632630
var passport = new Passport();
@@ -636,8 +634,6 @@ public async Task Updating_ToOne_Relationship_With_Implicit_Remove()
636634
context.People.AddRange(new List<Person>() { person1, person2 });
637635
await context.SaveChangesAsync();
638636

639-
640-
641637
var content = new
642638
{
643639
data = new

0 commit comments

Comments
 (0)