Skip to content

Commit

Permalink
test(eslint-plugin): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 12, 2021
1 parent 9347626 commit 9161279
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -377,7 +377,7 @@ ruleTester.run('restrict-template-expressions', rule, {
errors: [
{
messageId: 'invalidType',
data: { type: 'T' },
data: { type: 'any' },
line: 3,
column: 27,
},
Expand Down

0 comments on commit 9161279

Please sign in to comment.