Skip to content

Commit

Permalink
Make object nullable and working test
Browse files Browse the repository at this point in the history
  • Loading branch information
martapederiva committed Apr 19, 2024
1 parent d627a8f commit fe855f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Hackney.Shared.HousingSearch.Tests/Models/TenureTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public void DomainTenureHasPropertiesSet()

//assert
createdDomaninTenure.Id.Should().Be(aQueryableTenure.Id);
createdDomaninTenure.TenuredAsset.Should().Be(aQueryableTenure.TenuredAsset);

createdDomaninTenure.TempAccommodationInfo.BookingStatus.Should().Be(aQueryableTenure.TempAccommodationInfo.BookingStatus);
}
}
}

0 comments on commit fe855f2

Please sign in to comment.