Skip to content

Commit caf2169

Browse files
tsurdiloantmendoza
andauthored
Update core/src/test/java/io/temporal/samples/hello/HelloSignalWithStartAndWorkflowInitTest.java
Co-authored-by: Antonio Mendoza Pérez <antonio.perez@temporal.io>
1 parent 5466b89 commit caf2169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/io/temporal/samples/hello/HelloSignalWithStartAndWorkflowInitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void testWithoutInit(TestWorkflowEnvironment testEnv, Worker worker) {
6969
fail("Workflow execution should have failed");
7070
} catch (Exception e) {
7171
if (!(e instanceof WorkflowFailedException)) {
72-
fail("Workflow execution should have failed");
72+
fail("Workflow execution should have failed with WorkflowFailedException");
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)