Skip to content

Commit 5e675ce

Browse files
committed
test: remove some test output
1 parent ea3d693 commit 5e675ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jvm/src/test/scala/examples/IntegrationSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ class IntegrationSpec(using ec: ExecutionContext) extends Specification, StartDa
3333
// in this setup we need to skip the current run directory which is .jvm
3434
basePath = DirectoryPath.unsafe(new java.io.File("../src/test/scala/examples/integration").getAbsolutePath),
3535
// change the verbosity to better understand how the search is
36-
verbose = true
36+
verbose = false
3737
)
3838
.unsafeRun

0 commit comments

Comments
 (0)