File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public async Task EmptyOrNullParameters_Throw_Exceptions()
3333 }
3434
3535 [ Fact ]
36- public async Task EmptyHistory_Returns_NeedsHistoryInResponse_Async ( )
36+ public async Task EmptyState_Returns_NeedsStateInResponse_Async ( )
3737 {
3838 using var extendedSessions = new ExtendedSessionsCache ( ) ;
3939
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public void EmptyHistory_Returns_NeedsHistoryInResponse()
5959 }
6060
6161 [ Fact ]
62- public void NullExtendedSessionStored_Means_NeedsExtendedSessionNotUsed ( )
62+ public void NullExtendedSessionStored_Means_ExtendedSessionNotUsed ( )
6363 {
6464 using var extendedSessions = new ExtendedSessionsCache ( ) ;
6565 extendedSessions . GetOrInitializeCache ( DefaultExtendedSessionIdleTimeoutInSeconds ) . Set < ExtendedSessionState > (
You can’t perform that action at this time.
0 commit comments