Skip to content

Commit 5edbc15

Browse files
committed
update to changed api
1 parent 25c5f25 commit 5edbc15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/testInt/groovy/io/openapiprocessor/spring/ProcessorPendingTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package io.openapiprocessor.spring
1818

1919
import io.openapiprocessor.spring.processor.SpringProcessor
2020
import io.openapiprocessor.core.parser.ParserType
21+
import io.openapiprocessor.test.FileSupport
2122
import io.openapiprocessor.test.TestSet
2223
import io.openapiprocessor.test.TestSetRunner
2324
import spock.lang.Ignore
@@ -39,7 +40,7 @@ class ProcessorPendingTest extends EndToEndBase {
3940

4041
@Unroll
4142
void "native - #testSet"() {
42-
def runner = new TestSetRunner (testSet)
43+
def runner = new TestSetRunner (testSet, new FileSupport(getClass ()))
4344
def success = runner.runOnNativeFileSystem (folder)
4445

4546
expect:

0 commit comments

Comments
 (0)