Skip to content

Commit

Permalink
#87: Fix test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Oct 17, 2023
1 parent 6a9d5d3 commit 1af809b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import za.co.absa.atum.agent.AtumContext.{AtumPartitions, DatasetWrapper}
import za.co.absa.atum.agent.model.Measure._
import za.co.absa.spark.commons.test.SparkTestBase

class MeasureDTOTest extends AnyFlatSpec with Matchers with SparkTestBase { self =>
class MeasureTest extends AnyFlatSpec with Matchers with SparkTestBase { self =>

"Measure" should "be based on the dataframe" in {

Expand Down

0 comments on commit 1af809b

Please sign in to comment.