Skip to content

Commit

Permalink
set default value correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 4, 2023
1 parent 02a066a commit b8aed87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functions/ACL.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
}

assertEquals(1,acl.len());
if(toList(acl,"permission")!="WRITE")throw serialize(acl);
assertEquals("WRITE",toList(acl,"permission"));
assertEquals("authenticated",toList(acl,"group"));
}
Expand Down

0 comments on commit b8aed87

Please sign in to comment.