Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 4, 2023
1 parent 5472291 commit 9534876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions/ACL.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {

Util::deleteIfExists(cred,arguments.bucketName,arguments.objectName);

assertFalse(DirectoryExists(dir));
assertFalse(S3Exists(arguments.bucketName,arguments.objectName));
directoryCreate(dir);

// check inital data
Expand Down

0 comments on commit 9534876

Please sign in to comment.