mirror of https://github.com/apache/jclouds.git
Improve use of assertj
This commit is contained in:
parent
e104ef0a4c
commit
c2cf837e46
|
@ -81,7 +81,7 @@ public class GlacierClientLiveTest extends BaseApiLiveTest<GlacierClient>{
|
|||
|
||||
@Test(groups = { "integration", "live" }, dependsOnMethods = { "testCreateVault" })
|
||||
public void testListMultipartUploadsWithEmptyList() throws Exception {
|
||||
assertThat(api.listMultipartUploads(VAULT_NAME1)).hasSize(0);
|
||||
assertThat(api.listMultipartUploads(VAULT_NAME1)).isEmpty();
|
||||
}
|
||||
|
||||
@Test(groups = { "integration", "live" }, dependsOnMethods = { "testListMultipartUploadsWithEmptyList" })
|
||||
|
|
Loading…
Reference in New Issue