Skip to content

Commit

Permalink
extend test case for VFS vs Direct approach comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 5, 2023
1 parent 816e373 commit 5fadf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/VFSvsDirect.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {

}
finally {
deleteBucketEL(cred,bucketName);
Util::deleteBucketEL(cred,bucketName);
}
}

Expand Down

0 comments on commit 5fadf8b

Please sign in to comment.