Skip to content

Commit a068e0b

Browse files
authored
Merge pull request #4853 from ralfhandl/3.2-test-suite-name
3.2 schema tests: correct test suite name
2 parents 8cafb94 + fb16c2b commit a068e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/schema/schema.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ await registerOasSchema();
1313
await registerSchema("./src/schemas/validation/schema.yaml");
1414
const fixtures = './tests/schema';
1515

16-
describe("v3.1", () => {
16+
describe("v3.2", () => {
1717
describe("Pass", () => {
1818
readdirSync(`${fixtures}/pass`, { withFileTypes: true })
1919
.filter((entry) => entry.isFile() && /\.yaml$/.test(entry.name))

0 commit comments

Comments
 (0)