Skip to content

Commit a51ac6a

Browse files
committed
- Fixed build
1 parent 1a3eba4 commit a51ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function generateV2() {
1919

2020
async function generateV3() {
2121
await OpenAPI.generate({
22-
input: './test/spec/spec.json',
22+
input: './test/spec/v3.json',
2323
output: './test/generated/v3/',
2424
httpClient: OpenAPI.HttpClient.FETCH,
2525
useOptions: false,

0 commit comments

Comments
 (0)