Skip to content

Commit

Permalink
#61 Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic committed Oct 9, 2024
1 parent d96bcc3 commit f59efe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class StandardizationInterpreter_FractionalSuite extends AnyFunSuite with SparkT
FractionalRow("06-Text", Option(0), None, Seq(
StandardizationErrorMessage.stdCastErr("floatField", "foo", "string", "float", None),
StandardizationErrorMessage.stdCastErr("doubleField", "bar", "string", "double", None))),
FractionalRow("07-Exponential notation", Option(-12300.0f), Option(0.0098765)),
FractionalRow("07-Exponential notation", Option(-12300.0f), Option(0.0098765))
)

assertResult(exp)(std.as[FractionalRow].collect().sortBy(_.description).toList)
Expand Down

0 comments on commit f59efe3

Please sign in to comment.