Skip to content

Commit 3d7e218

Browse files
committed
Restoring test
1 parent 599a731 commit 3d7e218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

temporal-sdk/src/test/java/io/temporal/workflow/queryTests/DirectQueryReplaysDontSpamLogWithWorkflowExecutionExceptionsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public void queriedWorkflowFailureDoesntProduceAdditionalLogsWhenWorkflowIsNotCo
9494
assertEquals("exit", workflow.execute());
9595
assertEquals("my-state", workflow.getState());
9696
assertEquals(
97-
"There was four executions - one original and three full replays for query.",
98-
4,
97+
"There was three executions - one original and two full replays for query.",
98+
3,
9999
workflowCodeExecutionCount.get());
100100
assertEquals(
101101
"Only the original exception should be logged.",

0 commit comments

Comments
 (0)