Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Dec 28, 2023
1 parent 31bcc28 commit a69bba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import za.co.absa.spark.commons.test.SparkTestBase

class MeasurementTest extends AnyFlatSpec with Matchers with SparkTestBase { self =>

"MeasurementProvided" should "be able to be converted to MeasurementProvided object when the result is Double" in {
"MeasurementProvided" should "be able to be converted to MeasurementProvided object when the result is BigDecimal" in {
val measure = AbsSumOfValuesOfColumn("col")
val actualMeasurement = MeasurementProvided(measure, BigDecimal(1.0))

Expand Down

0 comments on commit a69bba4

Please sign in to comment.