We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9910f51 commit adc2f15Copy full SHA for adc2f15
1 file changed
core-integration-tests/core-it/src/test/kotlin/org/evomaster/core/problem/rest/SamplerVerifierTest.kt
@@ -51,7 +51,7 @@ class SamplerVerifierTest {
51
52
@TestFactory
53
fun testSamplingFromAllSchemasUnderCoreResources(): Collection<DynamicTest>{
54
- return sampleFromSchemasAndCheckInvariants("../core/src/test/resources/swagger", "swagger")
+ return sampleFromSchemasAndCheckInvariants("../../core/src/test/resources/swagger", "swagger")
55
}
56
57
0 commit comments