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

Commit 6898ae4

Browse files
committed
missing new tests
1 parent 87979cd commit 6898ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ class ProcessorEndToEndTest extends ProcessorTestBase {
3333
static def testSets = TestSet.ALL + [
3434
'deprecated',
3535
'ref-into-another-file-path',
36-
'ref-parameter'
36+
'ref-is-relative-to-current-file',
37+
'ref-parameter',
38+
'ref-parameter-with-primitive-mapping',
3739
]
3840

3941
@Parameterized.Parameters(name = "{0}")

0 commit comments

Comments
 (0)