Skip to content

Commit

Permalink
assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Jun 10, 2024
1 parent 3d287a4 commit 2de6993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public void testCancelWithoutWorkflowId() {

@Test
public void testIsAsync() {
assertTrue(subWorkflow.isAsync());
assertFalse(subWorkflow.isAsync());
}

@Test
Expand Down

0 comments on commit 2de6993

Please sign in to comment.