Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
update the test with correct workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren Baraiya committed Mar 21, 2017
1 parent fc5326b commit 3c6dd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ public void testLongRunning() throws Exception {
String inputParam1 = "p1 value";
input.put("param1", inputParam1);
input.put("param2", "p2 value");
String wfid = provider.startWorkflow(LINEAR_WORKFLOW_T1_T2, 1, correlationId , input);
String wfid = provider.startWorkflow(LONG_RUNNING, 1, correlationId , input);
System.out.println("testLongRunning.wfid=" + wfid);
assertNotNull(wfid);

Expand Down

0 comments on commit 3c6dd71

Please sign in to comment.