Skip to content

Commit 44cc973

Browse files
author
Ronald Holshausen
committedNov 3, 2019
fix: Fix for test failing on JDK 11/12 #967
1 parent c6f203f commit 44cc973

File tree

1 file changed

+1
-1
lines changed
  • consumer/pact-jvm-consumer/src/test/groovy/au/com/dius/pact/consumer/dsl

1 file changed

+1
-1
lines changed
 

‎consumer/pact-jvm-consumer/src/test/groovy/au/com/dius/pact/consumer/dsl/DslPartSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import spock.lang.Unroll
66
class DslPartSpec extends Specification {
77

88
@SuppressWarnings('MethodCount')
9-
private final DslPart subject = new DslPart('', '') {
9+
private static final DslPart subject = new DslPart('', '') {
1010

1111
@Override
1212
protected void putObject(DslPart object) { }

0 commit comments

Comments
 (0)
Please sign in to comment.