Skip to content

Commit 4ae387f

Browse files
committed
Use dev schema for schema tests
1 parent 76409f4 commit 4ae387f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3.1/schema.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const parseYamlFromFile = (filePath) => {
2626

2727
setMetaSchemaOutputFormat(BASIC);
2828

29-
const validateOpenApi = await validate("./schemas/v3.1/schema.yaml");
29+
const validateOpenApi = await validate("./src/schemas/validation/schema.yaml");
3030

3131
describe("v3.1", () => {
3232
describe("Pass", () => {

0 commit comments

Comments
 (0)