Skip to content

Commit fb16c2b

Browse files
committed
Correct test suite name
1 parent 87f87f6 commit fb16c2b

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)