Fixing unit test
This commit is contained in:
parent
5142ce9bc5
commit
9ed1e10fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class KinesisClientLibLeaseCoordinatorTest {
|
||||||
leaseCoordinator.initialize();
|
leaseCoordinator.initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = KinesisClientLibIOException.class)
|
@Test(expected = com.amazonaws.services.kinesis.clientlibrary.exceptions.InvalidStateException.class)
|
||||||
public void testGetCheckpointObjectWithNoLease()
|
public void testGetCheckpointObjectWithNoLease()
|
||||||
throws DependencyException, ProvisionedThroughputException, IllegalStateException, InvalidStateException,
|
throws DependencyException, ProvisionedThroughputException, IllegalStateException, InvalidStateException,
|
||||||
KinesisClientLibException {
|
KinesisClientLibException {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue