Skip to content

Commit

Permalink
Add Tests to fix FamilySearch#43 and FamilySearch#48.
Browse files Browse the repository at this point in the history
- Gedcomx.
  • Loading branch information
JoergHoffmannatGitHub committed Feb 18, 2023
1 parent f89d0cc commit 9cb4f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gedcomx.Model.Test/GedcomxTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ public void GedcomxWithRelationships()
{
Gx.Gedcomx sut = new()
{
Persons = new List<Person> { new Person() },
Relationships = new List<Relationship> { new Relationship() }
Persons = { new Person() },
Relationships = { new Relationship() }
};

VerifyXmlSerialization(sut);
Expand Down

0 comments on commit 9cb4f5a

Please sign in to comment.