Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jan 12, 2024
1 parent a1bc64b commit a412b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jira/Jira2675.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
}
public void function testFloat(){
f=createObject('java','java.lang.Float').parseFloat("0.0905");
assertEquals("0.0905:",f&":");
assertEquals("0.0905",f);

}
}
Expand Down

0 comments on commit a412b5a

Please sign in to comment.