Skip to content

Commit

Permalink
Update FileSetAccessMode.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 20, 2024
1 parent f4daa1b commit cf086b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/FileSetAccessMode.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
}
loop array=tests item="local.test" {
systemOutput( test, true );
expect( st ).toHaveKey( mid(test.name, len( dir ) +1 );
expect( st ).toHaveKey( mid( test.name, len( dir ) + 1 ) );
expect( test.mode ).toBe( st.mode, test.name );
}
});
Expand Down

0 comments on commit cf086b6

Please sign in to comment.