Skip to content

Commit

Permalink
#47 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 25, 2017
1 parent a1baac7 commit 2830990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/s3/AwsBucketITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void existsNonExistingBucket() throws IOException {
aws.deleteBucket(bucket.name());
MatcherAssert.assertThat(
bucket.exists(),
Matchers.is(true)
Matchers.is(false)
);
}

Expand Down

0 comments on commit 2830990

Please sign in to comment.