Skip to content

Commit

Permalink
Revert "fix: remove isArray prop from test"
Browse files Browse the repository at this point in the history
This reverts commit bf22332.
  • Loading branch information
Brecht Tourlousse committed Mar 19, 2021
1 parent bf22332 commit 7aacb81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/explorer/swagger-explorer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ describe('SwaggerExplorer', () => {
expect(routes[0].root.parameters).toEqual([
{
in: 'query',
isArray: true,
name: 'page',
required: true,
schema: {
Expand Down

0 comments on commit 7aacb81

Please sign in to comment.