Skip to content

Commit

Permalink
LDEV-5094 further cleanup of test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Sep 25, 2024
1 parent f31e945 commit 9065955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV5094.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase"{
local.result = _InternalRequest(
template:"#uri#/testPositionalArgs.cfm"
);
expect(local.result.filecontent.trim()).toBe('[Function name: SOMETESTFUNCTION. Arguments: {"1":"arg1","2":true}]');
expect(local.result.filecontent.trim()).toBe('Function name: SOMETESTFUNCTION. Arguments: {"1":"arg1","2":true}');
});

it( title='should trigger onMissingFunction in Application.cfc when a nonexistent function is called with named arguments',body=function( currentSpec ) {
Expand Down

0 comments on commit 9065955

Please sign in to comment.