Skip to content

Commit

Permalink
Add test for verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Vaneev <[email protected]>
  • Loading branch information
Warchant committed Mar 13, 2019
1 parent 2171dc8 commit 36b3450
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import jp.co.soramitsu.iroha.java.IrohaAPI
import jp.co.soramitsu.iroha.java.Transaction
import jp.co.soramitsu.iroha.testcontainers.detail.GenesisBlockBuilder
import jp.co.soramitsu.iroha.testcontainers.detail.IrohaConfig
import jp.co.soramitsu.iroha.testcontainers.detail.Verbosity
import org.testcontainers.shaded.com.fasterxml.jackson.databind.ObjectMapper
import spock.lang.Specification

class IrohaContainerTest extends Specification {

IrohaContainer ir = new IrohaContainer()
IrohaContainer ir = new IrohaContainer().withVerbosity(Verbosity.TRACE)

def "temp folder is created and files are written"() {
given:
Expand Down

0 comments on commit 36b3450

Please sign in to comment.