just throw that json extension on the filename to make everything super real

This commit is contained in:
Mathew Polzin
2019-01-25 18:20:04 -08:00
parent cde10a8491
commit c8421cdd58
@@ -36,7 +36,7 @@ class OpenAPITests: XCTestCase {
)
]
let schemaComponents = OpenAPIComponents(schemas: ["person": .reference(.file("filename"))],
let schemaComponents = OpenAPIComponents(schemas: ["person": .reference(.file("person.json"))],
parameters: [:])
let openAPISchema = OpenAPISchema(info: schemaInfo,