Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bergomi02 committed Jul 12, 2024
1 parent 3b74bac commit cc0880f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public CommunitySiteFactory(Organization org = null)
Ignore(x => x.SiteStatuses);
Ignore(x => x.ApprovedDate);
Ignore(x => x.Mnemonic);
Ignore(x => x.SiteSubmissions);

FinishWith((f, x) =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public CommunitySiteFactory(Organization org = null)
// The following are populated in FinishWith section
Ignore(x => x.SiteStatuses);
Ignore(x => x.ApprovedDate);
Ignore(x => x.SiteSubmissions);

FinishWith((f, x) =>
{
Expand Down

0 comments on commit cc0880f

Please sign in to comment.