Skip to content

Commit

Permalink
Fixed integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Jul 18, 2023
1 parent 2c58b2c commit dad2dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import static org.codehaus.groovy.runtime.IOGroovyMethods.withCloseable
class FileWriteSpec extends Specification {
@Shared
@ClassRule
SshdContainer sshd
SshdContainer sshd = new SshdContainer()

def "should append to file (GH issue #390)"() {
given:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import spock.lang.Unroll
class SignatureSpec extends Specification {
@Shared
@Container
static SshdContainer sshd
static SshdContainer sshd = new SshdContainer()

@Unroll
def "should correctly connect with #sig Signature"() {
Expand Down

0 comments on commit dad2dfd

Please sign in to comment.