Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isapir committed Apr 6, 2024
1 parent 9e7996b commit 5e00069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV4825.cfc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
component extends="org.lucee.cfml.test.LuceeTestCase" {

function run( testResults , testBox ) {
describe( "Test suite for LDEV825", function() {
describe( "Test suite for LDEV4825", function() {
it( title='test millisecond fraction', body=function( currentSpec ) {
expect( millisecond(parseDateTime("2024-04-04 00:00:00.6")) ).toBe(600);
expect( millisecond(parseDateTime("2024-04-04 00:00:00.60")) ).toBe(600);
Expand Down

0 comments on commit 5e00069

Please sign in to comment.