Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 18, 2024
1 parent b41a367 commit 8d4778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV_2902.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ component extends = "org.lucee.cfml.test.LuceeTestCase" {
template : "#uri#\test.cfm",
forms : { Scene = 2 }
);
expect(trim(result.filecontent)).toBe("The key [TIMEZONE] does not exist");
expect(trim(result.filecontent)).toBe("key [TIMEZONE] doesn't exist");
});

it( title = "Checking datasource configured Empty timezone", body = function( currentSpec ){
Expand Down

0 comments on commit 8d4778e

Please sign in to comment.