fix failing tests - for real this time :D
This commit is contained in:
@@ -15,9 +15,9 @@ defmodule NumbersTests do
|
||||
34.3,
|
||||
99.0,
|
||||
12.34,
|
||||
{34.5, ""},
|
||||
{1.0, " million dollars"},
|
||||
{:multiple, [6.0, 5.0, 8.94, -5.567]},
|
||||
34.5,
|
||||
1.0,
|
||||
{:multiple, [6.0, 5.0, 8.9, -5.567]},
|
||||
]
|
||||
|
||||
test_all(Numbers, answers)
|
||||
|
||||
Reference in New Issue
Block a user