Correct comment

This commit is contained in:
Andrew Gaul 2014-07-27 21:25:35 -07:00
parent 7f31cd6051
commit 9c82ded343
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public class BaseContainerIntegrationTest extends BaseBlobStoreIntegrationTest {
try {
assertTrue(view.getBlobStore().deleteContainerIfEmpty(containerName));
assertNotExists(containerName);
// verify that false is returned even if the container does not exist
// verify that true is returned even if the container does not exist
assertTrue(view.getBlobStore().deleteContainerIfEmpty(containerName));
} finally {
// this container is now deleted, so we can't reuse it directly