Skip to content

Commit d61e59d

Browse files
committed
adapted test to include real endColumn
1 parent 52c0bec commit d61e59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities/__tests__/findBreakingChanges-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('findBreakingChanges', () => {
4545
startLine: 2,
4646
startColumn: 7,
4747
endLine: 4,
48-
endColumn: 7,
48+
endColumn: 8,
4949
},
5050
},
5151
]);
@@ -685,7 +685,7 @@ describe('findBreakingChanges', () => {
685685
startLine: 42,
686686
startColumn: 7,
687687
endLine: 44,
688-
endColumn: 7,
688+
endColumn: 8,
689689
},
690690
},
691691
{

0 commit comments

Comments
 (0)