Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Jun 10, 2024
1 parent e53c080 commit 9dafc4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public async Task ProjectExists___ProjectReturned()
.Excluding(x => x.CreatedOn)
.Excluding(x => x.FormAMatProjectId)
.Excluding(x => x.IsFormAMat)
.Excluding(x => x.ApplicationSharePointId)
.Excluding(x => x.SchoolSharePointId)
);

existingProject.Id.Should().Be(serviceModel.Id);
Expand Down

0 comments on commit 9dafc4d

Please sign in to comment.