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 bcce813 commit 9556fd1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ class GetPartitioningMeasuresByIdV2IntegrationTests extends DBTestSuite {
function(fncGetPartitioningMeasuresById)
.setParam(fkPartitioning)
.execute { queryResult =>
val results = queryResult.hasNext
assert(!results)
assert(!queryResult.hasNext)
}
}

Expand Down

0 comments on commit 9556fd1

Please sign in to comment.