Skip to content

Commit 706fa52

Browse files
committed
Test fix
1 parent f8cfdc9 commit 706fa52

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 three executions - one original and two full replays for query.",
98-
3,
97+
"There was four executions - one original and three full replays for query.",
98+
4,
9999
workflowCodeExecutionCount.get());
100100
assertEquals(
101101
"Only the original exception should be logged.",

0 commit comments

Comments
 (0)