Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejbak85 committed Oct 15, 2020
1 parent 6404991 commit 64c2c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/it/scala/iog/psg/cardano/CardanoApiMainITSpec.scala
Expand Up @@ -50,7 +50,6 @@ class CardanoApiMainITSpec extends AnyFlatSpec with Matchers with Configure with

"The Cmd line -netInfo" should "support retrieving netInfo" in {
val cmdLineResults = runCmdLine(CmdLine.netInfo)
println(cmdLineResults)
assert(cmdLineResults.exists(_.contains("ready")), s"Testnet API service not ready - '$baseUrl' \n $cmdLineResults")
}

Expand Down

0 comments on commit 64c2c54

Please sign in to comment.