Changing test case name
This commit is contained in:
parent
72a6d5e084
commit
08ca1b61bc
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ public class BlockOnParentShardTaskTest {
|
||||||
* @throws DependencyException
|
* @throws DependencyException
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public final void testCallWhenParentsHaveFinished()
|
public final void testCallShouldNotThrowBlockedOnParentWhenParentsHaveFinished()
|
||||||
throws DependencyException, InvalidStateException, ProvisionedThroughputException {
|
throws DependencyException, InvalidStateException, ProvisionedThroughputException {
|
||||||
|
|
||||||
ShardInfo shardInfo = null;
|
ShardInfo shardInfo = null;
|
||||||
|
|
@ -116,7 +116,7 @@ public class BlockOnParentShardTaskTest {
|
||||||
* @throws DependencyException
|
* @throws DependencyException
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public final void testCallWhenParentsHaveFinishedMultiStream()
|
public final void testCallShouldNotThrowBlockedOnParentWhenParentsHaveFinishedMultiStream()
|
||||||
throws DependencyException, InvalidStateException, ProvisionedThroughputException {
|
throws DependencyException, InvalidStateException, ProvisionedThroughputException {
|
||||||
|
|
||||||
ShardInfo shardInfo = null;
|
ShardInfo shardInfo = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue