Skip to content

Commit 6cd1fe1

Browse files
committed
[Tests] fix broken test from 00a9ad9
1 parent 00a9ad9 commit 6cd1fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/rules/no-duplicates.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ ruleTester.run('no-duplicates', rule, {
306306
// Not autofix bail.
307307
output: `
308308
import {x,y} from './foo'
309-
309+
310310
// some-tool-disable-next-line
311311
`,
312312
errors: ['\'./foo\' imported multiple times.', '\'./foo\' imported multiple times.'],
@@ -324,7 +324,7 @@ ruleTester.run('no-duplicates', rule, {
324324
import {x,y} from './foo'
325325
// comment
326326
327-
327+
328328
`,
329329
errors: ['\'./foo\' imported multiple times.', '\'./foo\' imported multiple times.'],
330330
}),

0 commit comments

Comments
 (0)