Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-07 committed Aug 26, 2021
1 parent 7acd909 commit 5c0a35e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,6 @@ class SearchTest {
}
}
.getQuery()
print(query.query)

assertThat(query.query)
.isEqualTo(
Expand Down Expand Up @@ -1995,10 +1994,6 @@ class SearchTest {
}
}
.getQuery()
.also {
println(it.query)
println(it.args)
}

assertThat(query.query)
.isEqualTo(
Expand Down

0 comments on commit 5c0a35e

Please sign in to comment.