Skip to content

Commit ee869d7

Browse files
committed
fix broke test
Signed-off-by: Neil South <[email protected]>
1 parent a65898d commit ee869d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/WorkflowManager.Tests/Controllers/TaskExecutionStatsControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public async Task GetAllStatsAsync_Get_Correct_Reject_Count()
366366

367367
Assert.Equal(1, resultCollection.First().TotalExecutions);
368368
Assert.Equal(1, resultCollection.First().TotalRejections);
369-
Assert.Equal(1, resultCollection.First().TotalFailures);
369+
Assert.Equal(0, resultCollection.First().TotalFailures);
370370
}
371371

372372
[Fact]

0 commit comments

Comments
 (0)