Skip to content

Commit f0c56dc

Browse files
committed
test: @putout/test: update fixture
1 parent 6affaa9 commit f0c56dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/test/lib/eslint/eslint.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test('test: eslint: comparePlaces', async ({comparePlaces}) => {
8888
await comparePlaces('operator-linebreak', [{
8989
message: `There should be no line break before or after '='.`,
9090
position: {
91-
column: 1,
91+
column: 5,
9292
line: 2,
9393
},
9494
rule: '@stylistic/operator-linebreak (eslint)',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const a
2-
= 5;
2+
= 5;
33

0 commit comments

Comments
 (0)