mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 23:46:13 +00:00
corrected assertion
This commit is contained in:
parent
4f3de0777f
commit
240f76661c
@ -204,7 +204,7 @@ public class NodePoolComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
||||
assertTrue(caughtException, "expected an exception to be thrown");
|
||||
}
|
||||
|
||||
@Test(enabled = true, groups = "live", dependsOnMethods = "testRebuildPoolStateFromStore")
|
||||
@Test(enabled = true, groups = "live", dependsOnMethods = "testIncreasePoolNotAllowed")
|
||||
public void testGetBackendComputeServiceContext() {
|
||||
NodePoolComputeServiceContext ctx = context.utils().injector().getInstance(NodePoolComputeServiceContext.class);
|
||||
assertNotNull(ctx.getBackendContext());
|
||||
|
Loading…
x
Reference in New Issue
Block a user