Skip to content

Commit

Permalink
Whats happening
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jan 17, 2018
1 parent 655b752 commit b415b9b
Show file tree
Hide file tree
Showing 6 changed files with 2,407 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/e2e/internal-swagger2/e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const fixDiff = (actual, index) => {
}

describe('internal -> swagger v2', () => {
for (let index = 0; index < 2; index += 1) {
for (let index = 0; index < 3; index += 1) {
it('should match expected output for test case #' + index, (done) => {
const output = fs.readFileSync(
resolve(__dirname, './test-case-' + index + '/output.json'),
Expand Down
Loading

0 comments on commit b415b9b

Please sign in to comment.