Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvim committed Apr 25, 2024
1 parent 58177e1 commit 59a5f57
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class CancelTaskTest extends AnyWordSpec with Matchers with DockerTests {
val response = client.execute {
cancelTaskById(resp.nodeId, resp.taskId)
}.await
println(response)
response.result should be(true)
}

Expand All @@ -50,7 +49,6 @@ class CancelTaskTest extends AnyWordSpec with Matchers with DockerTests {
cancelTasks(resp.nodeId).actions("*reindex")
}.await

println(response)
response.result should be(true)
}
}
Expand Down

0 comments on commit 59a5f57

Please sign in to comment.