We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58b2c commit dad2dfdCopy full SHA for dad2dfd
src/itest/groovy/com/hierynomus/sshj/sftp/FileWriteSpec.groovy
@@ -32,7 +32,7 @@ import static org.codehaus.groovy.runtime.IOGroovyMethods.withCloseable
32
class FileWriteSpec extends Specification {
33
@Shared
34
@ClassRule
35
- SshdContainer sshd
+ SshdContainer sshd = new SshdContainer()
36
37
def "should append to file (GH issue #390)"() {
38
given:
src/itest/groovy/com/hierynomus/sshj/signature/SignatureSpec.groovy
@@ -29,7 +29,7 @@ import spock.lang.Unroll
29
class SignatureSpec extends Specification {
30
31
@Container
- static SshdContainer sshd
+ static SshdContainer sshd = new SshdContainer()
@Unroll
def "should correctly connect with #sig Signature"() {
0 commit comments