Skip to content

Commit

Permalink
FAI-1325 - Update mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
dashton82 committed Dec 12, 2024
1 parent af7102d commit 861f348
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void Then_The_Fields_Are_Mapped(GetVacancyQueryResult source, int ukprn)
.Excluding(c => c.ClosingDate)
.Excluding(item => item.Ukprn)
.Excluding(item => item.VacancyReference)
.Excluding(item => item.VacancySource)
);
actual.FullDescription.Should().Be(source.Vacancy.LongDescription);
actual.Qualifications.Should().BeEquivalentTo(source.Vacancy.Qualifications.Select(c=>(GetVacancyQualification)c).ToList());
Expand Down

0 comments on commit 861f348

Please sign in to comment.