Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit b415b9b

Browse files
author
Phil Sturgeon
committed
Whats happening
1 parent 655b752 commit b415b9b

File tree

6 files changed

+2407
-2
lines changed

6 files changed

+2407
-2
lines changed

testing/e2e/internal-swagger2/e2e.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const fixDiff = (actual, index) => {
4545
}
4646

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

0 commit comments

Comments
 (0)