Skip to content

Commit

Permalink
improve test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 13, 2024
1 parent 49d440b commit 2212633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/ClassLoading.cfc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
component extends="org.lucee.cfml.test.LuceeTestCase" labels="ec2" {
function run( testResults , testBox ) {
describe( title="test if i can load an instance of a class",body=function() {
it(title="loading instance", skip=isNotSupported(), body = function( currentSpec ) {
it(title="loading instance", body = function( currentSpec ) {
var obj=createObject("java","org.lucee.extension.aws.ec2.function.EC2DescribeInstances");
getMetaData(obj)
});
Expand Down

0 comments on commit 2212633

Please sign in to comment.