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

Commit

Permalink
test(api): update the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
falu2010-netflix committed Aug 21, 2018
1 parent 3f0c087 commit f6aa9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public void testTaskByTaskId() {
}
}

@Test
@Test(expected = Test.None.class /* no exception expected */)
public void testListworkflowsByCorrelationId() {
wc.getWorkflows("test", "test12", false, false);
}
Expand Down

0 comments on commit f6aa9b6

Please sign in to comment.