Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joao4all committed Apr 2, 2024
1 parent a9d14ae commit 50afb14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public void Setup()
this.model = new EngineeringModelSetup()
{
Name = "model",
ShortName = "model"
ShortName = "model",
ActiveDomain = { new DomainOfExpertise() }
};

this.model.Participant.Add(this.participant);
Expand All @@ -89,7 +90,6 @@ public void Setup()
ShortName = "siteDirectory",
Person = { new Person() },
ParticipantRole = { new ParticipantRole() },
Domain = { new DomainOfExpertise() }
};

siteDirectory.Model.Add(this.model);
Expand Down

0 comments on commit 50afb14

Please sign in to comment.