Skip to content

Commit 121a605

Browse files
committed
udpate test
1 parent e98024b commit 121a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Grpc.IntegrationTests/TracingIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public async Task TaskOrchestrationWithActivityFailure()
244244

245245
// The activity execution activities should be parented to the server activity activities.
246246
activityExecutionActivities
247-
.Should().HaveCount(serverActivityActivities.Count)
247+
.Should().HaveCountGreaterThan(0)
248248
.And.AllSatisfy(a =>
249249
{
250250
a.ParentId.Should().BeOneOf(serverActivityActivities.Select(aa => aa.Id));

0 commit comments

Comments
 (0)