Skip to content

Commit 332f35d

Browse files
committed
Update ShimDurableTaskClientTests to assert IsComplete property is null in PurgeResult
1 parent 6eeaff0 commit 332f35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Client/OrchestrationServiceClientShim.Tests/ShimDurableTaskClientTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public async Task PurgeInstanceMetadata()
174174
// assert
175175
this.orchestrationClient.VerifyAll();
176176
result.PurgedInstanceCount.Should().Be(1);
177+
result.IsComplete.Should().BeNull();
177178
}
178179

179180
[Fact]

0 commit comments

Comments
 (0)