Skip to content

Commit

Permalink
Closes #137 - removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Feb 20, 2024
1 parent ecba9ac commit 40cdf76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class GetPartitioningMeasuresTest extends DBTestSuite{
val results = queryResult.distinct.next()
assert(results.getInt("status").contains(11))
assert(results.getString("status_text").contains("OK"))
println(results.getString("measure_name"))
println(results.getString("measured_columns"))
}
}

Expand Down

0 comments on commit 40cdf76

Please sign in to comment.