tests: update test_string_is_numeric
[nit.git] / tests / test_string_is_numeric.nit
index fcf7ea2..df648ee 100644 (file)
@@ -25,7 +25,7 @@ print "45".is_numeric
 #True
 print "45.3".is_numeric
 
-#True
+#False
 print "45,3".is_numeric
 
 #False