Skip to content

Commit

Permalink
Fixed static test and init changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaTretyak committed Feb 9, 2021
1 parent f13addc commit df2a61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Empty file added versions/3.1/CHANGELOG.md
Empty file.
7 changes: 3 additions & 4 deletions versions/3.1/tests/static-test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { OasObject } from '..';
import { OAuthFlowsObject } from '..';
import { OasObject, OAuthFlowsObject} from '..';

const oasObject = {
const oasObject: OasObject = {
openapi: '3.0.1',
info: {
title: 'Swagger Petstore',
Expand Down Expand Up @@ -1039,4 +1038,4 @@ const oasObject = {
},
},
},
} as OasObject;
};

0 comments on commit df2a61e

Please sign in to comment.