Skip to content

Commit

Permalink
Update LDEV-5093.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Sep 23, 2024
1 parent f15420a commit 77911ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV-5093.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ component extends = "org.lucee.cfml.test.LuceeTestCase" {
var result = isDate(ParseDateTime(dateTime));

expect( result ).toBeTrue();
expect( dateTimeFormat(dateTime,"zzzz") ).toBe( "India Standard Time" );
expect( dateTimeFormat(dateTime,"EEE") ).toBe( "Mon" );
});
} );
}
Expand Down

0 comments on commit 77911ec

Please sign in to comment.