Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Sep 7, 2023
1 parent 82aaf58 commit 01fc876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ object Containers {
}
)(
c => {
println("------------- STOPPING ---------------------------")

IO(c.container.stop())

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,9 @@ class NsqCollectorSpec extends Specification with CatsIO with BeforeAfterAll {
"good",
"bad"
).use { collector => {
println("")
println("")
println("")
println("")
println("--------- THIS BIT STARTED --------")
IO(collector.container.getLogs() must contain("npfeeipafkmaemfaemfae"))
}

}

println("GOT BELOW THE CONTAINER-Y BIT")
Thread.sleep(100000)

"this" must contain("this")
}
}

Expand Down

0 comments on commit 01fc876

Please sign in to comment.