educative.io

Incorrect test case

is_number_valid(1.) the expected output says that is true but it should false

Hi Mike,

I have checked all solutions and found the only issue in Ruby’s solution. It is stated test(“1.”, true). I have changed it to test(“1.”, false) in the solution and the fix will be live soon.

Best Regards,
Umair Cheema | Developer Advocate
Educative.io

1 Like