File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
NRZMyk.Server.Tests/Controllers/Organizations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public async Task WhenQueryingOrganizationsWithExistingEntries_AddsLatestCryoAnd
5151 public async Task WhenQueryingOrganizationsWithNoEntries_LeavesCryoAndReceivingDateEmpty ( )
5252 {
5353 var sut = CreateSut ( out var sentinelEntryRepository ) ;
54- sentinelEntryRepository . FirstOrDefaultAsync ( Arg . Any < SentinelEntryByReceivingDateSpecification > ( ) ) . Returns ( ( SentinelEntry ) null ) ;
54+ sentinelEntryRepository . FirstOrDefaultAsync ( Arg . Any < SentinelEntryByReceivingDateSpecification > ( ) ) . Returns ( null ) ;
5555 sentinelEntryRepository . FirstOrDefaultAsync ( Arg . Any < SentinelEntryByCryoDateSpecification > ( ) ) . Returns ( ( SentinelEntry ) null ) ;
5656
5757 var expectedResult = new List < Organization > ( _organizations ) ;
You can’t perform that action at this time.
0 commit comments