Skip to content

Commit

Permalink
#280: test file must be with this suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsulak committed Oct 2, 2024
1 parent b479c62 commit 204f1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import za.co.absa.balta.classes.JsonBString

import scala.collection.immutable.ListMap

class AgentWithServerE2ETests extends DBTestSuite {
class AgentWithServerIntegrationTests extends DBTestSuite {

private val testDataForRDD = Seq(
Row("A", 8.0),
Expand Down
2 changes: 1 addition & 1 deletion project/JacocoSetup.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object JacocoSetup {
"za.co.absa.atum.server.api.database.DoobieImplicits*",
"za.co.absa.atum.server.api.database.TransactorProvider*",
"za.co.absa.atum.model.dto.*",
"za.co.absa.atum.agent.AgentWithServerE2ETests"
"za.co.absa.atum.agent.AgentWithServerIntegrationTests"
)
}

Expand Down

0 comments on commit 204f1b1

Please sign in to comment.