Skip to content

Commit

Permalink
Update packages/eslint-plugin/tests/rules/non-nullable-type-assertion…
Browse files Browse the repository at this point in the history
…-style.test.ts
  • Loading branch information
JoshuaKGoldberg committed Nov 13, 2022
1 parent 4598ca8 commit b4dd439
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -212,7 +212,7 @@ const ruleTesterWithNoUncheckedIndexAccess = new RuleTester({
},
});

ruleTesterWithNoUncheckedIndexAccess.run('', rule, {
ruleTesterWithNoUncheckedIndexAccess.run('non-nullable-type-assertion-style', rule, {
valid: [
`
function first<T>(array: ArrayLike<T>): T | null {
Expand Down

0 comments on commit b4dd439

Please sign in to comment.