Skip to content

Commit

Permalink
Improve use of assertj
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Jul 2, 2014
1 parent 405a6d5 commit 165a50d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public void testListAndDescribeVaults() throws Exception {

@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" })
Expand Down

0 comments on commit 165a50d

Please sign in to comment.