Skip to content

Commit 8bc9eb9

Browse files
YunchuWangCopilot
andauthored
Update test/Client/OrchestrationServiceClientShim.Tests/ShimDurableTaskClientTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent beb06f6 commit 8bc9eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Client/OrchestrationServiceClientShim.Tests/ShimDurableTaskClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public async Task RestartAsync_EndToEnd(bool restartWithNewInstanceId)
347347
.Setup(x => x.GetOrchestrationStateAsync(originalInstanceId, false))
348348
.ReturnsAsync(new List<Core.OrchestrationState> { originalState });
349349

350-
// Capture the TaskMessage for verification becasue we will create this message at RestartAsync.
350+
// Capture the TaskMessage for verification because we will create this message at RestartAsync.
351351
TaskMessage? capturedMessage = null;
352352
this.orchestrationClient
353353
.Setup(x => x.CreateTaskOrchestrationAsync(It.IsAny<TaskMessage>(), It.IsAny<Core.OrchestrationStatus[]?>()))

0 commit comments

Comments
 (0)