diff --git a/tests/src/rules/no-unused-modules.js b/tests/src/rules/no-unused-modules.js index d794631aa..51ab3c9aa 100644 --- a/tests/src/rules/no-unused-modules.js +++ b/tests/src/rules/no-unused-modules.js @@ -183,22 +183,16 @@ ruleTester.run('no-unused-modules', rule, { message: `exported declaration 'default' not used within other modules`, line: 11, column: 21, - endLine: 11, - endColumn: 28, }, { message: `exported declaration 'o0' not used within other modules`, line: 11, column: 30, - endLine: 11, - endColumn: 32, }, { message: `exported declaration 'o3' not used within other modules`, line: 11, column: 34, - endLine: 11, - endColumn: 36, }, error(`exported declaration 'p' not used within other modules`), ],