Skip to content

Commit

Permalink
Update database/src/test/scala/za/co/absa/atum/database/runs/GetParti…
Browse files Browse the repository at this point in the history
…tioningMeasuresByIdV2IntegrationTests.scala

Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com>
  • Loading branch information
TebaleloS and benedeki authored Sep 4, 2024
1 parent 9556fd1 commit d4a49fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class GetPartitioningMeasuresByIdV2IntegrationTests extends DBTestSuite {
val results = queryResult.next()
assert(results.getInt("status").contains(41))
assert(results.getString("status_text").contains("Partitioning not found"))
assert(!queryResult.hasNext) // checking no more records are returned.
}
}

Expand Down

0 comments on commit d4a49fa

Please sign in to comment.