Skip to content

Commit 7b7ab48

Browse files
committed
update test runner
1 parent 68f676a commit 7b7ab48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/testInt/kotlin/io/openapiprocessor/micronaut/ProcessorEndToEndJimfsSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ProcessorEndToEndJimfsSpec: StringSpec({
2626
val test = Test(testSet, testFiles)
2727

2828
TestSetRunner(test, testSet)
29-
.runOnNativeFileSystem()
29+
.run()
3030
.shouldBeTrue()
3131
}
3232
}

src/testInt/kotlin/io/openapiprocessor/micronaut/ProcessorEndToEndSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ProcessorEndToEndSpec: StringSpec({
2525
val test = Test(testSet, testFiles)
2626

2727
TestSetRunner(test, testSet)
28-
.runOnNativeFileSystem()
28+
.run()
2929
.shouldBeTrue()
3030
}
3131
}

src/testInt/kotlin/io/openapiprocessor/micronaut/ProcessorPendingSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ProcessorPendingSpec: StringSpec({
2626
val test = Test(testSet, testFiles)
2727

2828
TestSetRunner(test, testSet)
29-
.runOnNativeFileSystem()
29+
.run()
3030
.shouldBeTrue()
3131
}
3232
}

0 commit comments

Comments
 (0)