Skip to content

Commit 4aa30c2

Browse files
test(dot-notation): update invalid 12 snapshot start column to 4 to match TS-ESLint diagnostics
1 parent 36b74aa commit 4aa30c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rslint-test-tools/tests/typescript-eslint/rules/__snapshots__/dot-notation.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ exports[`dot-notation > invalid 12`] = `
299299
"line": 3,
300300
},
301301
"start": {
302-
"column": 3,
302+
"column": 4,
303303
"line": 3,
304304
},
305305
},

0 commit comments

Comments
 (0)