Skip to content

Commit

Permalink
#99 SampleMeasurementsIntegrationSuite companion object moved in fron…
Browse files Browse the repository at this point in the history
…t of the class

#103 (comment)
  • Loading branch information
dk1844 committed Aug 12, 2021
1 parent ac3e167 commit 7889ee6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ import za.co.absa.atum.utils.{BuildProperties, FileUtils, SerializationUtils, Sp

import scala.concurrent.duration.DurationInt

object SampleMeasurementsIntegrationSuite {

private case class TestBuildProperties(projectName: String, buildVersion: String) extends BuildProperties

}

class SampleMeasurementsIntegrationSuite extends AnyFlatSpec with Matchers with Eventually with SparkTestBase
with BeforeAndAfterAll with OptionValues {

Expand Down Expand Up @@ -123,9 +129,3 @@ class SampleMeasurementsIntegrationSuite extends AnyFlatSpec with Matchers with
spark.disableControlMeasuresTracking()
}
}

object SampleMeasurementsIntegrationSuite {

private case class TestBuildProperties(projectName: String, buildVersion: String) extends BuildProperties

}

0 comments on commit 7889ee6

Please sign in to comment.