Skip to content

Commit

Permalink
[Tests] fix broken test from 00a9ad9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 11, 2020
1 parent 00a9ad9 commit 6cd1fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/rules/no-duplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ ruleTester.run('no-duplicates', rule, {
// Not autofix bail.
output: `
import {x,y} from './foo'
// some-tool-disable-next-line
`,
errors: ['\'./foo\' imported multiple times.', '\'./foo\' imported multiple times.'],
Expand All @@ -324,7 +324,7 @@ ruleTester.run('no-duplicates', rule, {
import {x,y} from './foo'
// comment
`,
errors: ['\'./foo\' imported multiple times.', '\'./foo\' imported multiple times.'],
}),
Expand Down

0 comments on commit 6cd1fe1

Please sign in to comment.