From a69bba45b6949439b0757d5a54afc9d943505ef9 Mon Sep 17 00:00:00 2001 From: Pavel Salamon Date: Thu, 28 Dec 2023 13:08:51 +0100 Subject: [PATCH] minor --- .../scala/za/co/absa/atum/agent/model/MeasurementTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/src/test/scala/za/co/absa/atum/agent/model/MeasurementTest.scala b/agent/src/test/scala/za/co/absa/atum/agent/model/MeasurementTest.scala index e0d18b30a..c0065df5f 100644 --- a/agent/src/test/scala/za/co/absa/atum/agent/model/MeasurementTest.scala +++ b/agent/src/test/scala/za/co/absa/atum/agent/model/MeasurementTest.scala @@ -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))