Skip to content

Commit 610849d

Browse files
committed
update to changed api
1 parent 55af9ea commit 610849d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import io.openapiprocessor.spring.processor.SpringProcessor
2020
import com.google.common.jimfs.Configuration
2121
import com.google.common.jimfs.Jimfs
2222
import io.openapiprocessor.core.parser.ParserType
23+
import io.openapiprocessor.test.FileSupport
2324
import io.openapiprocessor.test.TestSet
2425
import io.openapiprocessor.test.TestSetRunner
2526
import spock.lang.Unroll
@@ -40,7 +41,7 @@ class ProcessorJimsFileSystemTest extends EndToEndBase {
4041

4142
@Unroll
4243
void "jimfs - #testSet"() {
43-
def runner = new TestSetRunner (testSet)
44+
def runner = new TestSetRunner (testSet, new FileSupport(getClass ()))
4445
def success = runner.runOnCustomFileSystem (Jimfs.newFileSystem (Configuration.unix ()))
4546

4647
expect:

0 commit comments

Comments
 (0)