Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 18, 2023
1 parent 449beae commit b77f61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin/tests/rules/no-require-imports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ var lib5 = require?.('lib5'),
errors: [
{
line: 1,
column: 13,
column: 14,
messageId: 'noRequireImports',
},
],
Expand All @@ -183,7 +183,7 @@ var lib5 = require?.('lib5'),
errors: [
{
line: 1,
column: 13,
column: 14,
messageId: 'noRequireImports',
},
],
Expand Down

0 comments on commit b77f61d

Please sign in to comment.