Skip to content

Commit 3b629c2

Browse files
committed
Fix test
1 parent 9e2739d commit 3b629c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/net/schmizz/sshj/connection/ConnectionImplSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import spock.lang.Specification
2121

2222
class ConnectionImplSpec extends Specification {
2323

24-
private static Transport mockTransport() {
24+
private Transport mockTransport() {
2525
return Stub(Transport) {
2626
getConfig() >> new DefaultConfig()
2727
getTimeoutMs() >> 0

0 commit comments

Comments
 (0)