Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Nov 5, 2020
1 parent 95508cb commit 21247a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/440.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe(packageJson.name, () => {
};
app = await createApp({
apiSpec,
alidateRequests: true,
validateRequests: true,
validateResponses: true,
}, 3005, (app) =>
app.use(
Expand Down

0 comments on commit 21247a2

Please sign in to comment.