Skip to content

Commit 2c84986

Browse files
author
Sophia Tevosyan
committed
addressing more comments
1 parent 039b496 commit 2c84986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Worker/Grpc.Tests/GrpcEntityRunnerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/Worker/Grpc.Tests/GrpcOrchestrationRunnerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>(

0 commit comments

Comments
 (0)