Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 6861b41

Browse files
committed
new pending test
1 parent 9e607d6 commit 6861b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testInt/groovy/com/github/hauner/openapi/processor/core/ProcessorPendingTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class ProcessorPendingTest extends ProcessorTestBase {
3232
@Parameterized.Parameters(name = "{0}")
3333
static Collection<TestSet> sources () {
3434
return [
35-
new TestSet(name: 'ref-parameter', processor: new TestProcessor(), parser: ParserType.OPENAPI4J),
36-
new TestSet(name: 'ref-parameter', processor: new TestProcessor(), parser: ParserType.SWAGGER)
35+
new TestSet(name: 'ref-parameter-with-primitive-mapping', processor: new TestProcessor(), parser: ParserType.SWAGGER),
36+
new TestSet(name: 'ref-parameter-with-primitive-mapping', processor: new TestProcessor(), parser: ParserType.OPENAPI4J)
3737
]
3838
}
3939

0 commit comments

Comments
 (0)