Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 28, 2024
1 parent dace313 commit ccef8c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void testTouch() throws Exception {
assertNull(test.attributes().getVersionId());
assertTrue(new S3FindFeature(session, acl).find(test));
assertEquals(test.attributes(), new S3AttributesFinderFeature(session, acl).find(test));
assertEquals(test.attributes(), new DefaultAttributesFinderFeature(session).find(test));
new S3DefaultDeleteFeature(session, acl).delete(Collections.singletonList(test), new DisabledLoginCallback(), new Delete.DisabledCallback());
assertFalse(new S3FindFeature(session, acl).find(test));
}
Expand Down

0 comments on commit ccef8c6

Please sign in to comment.