Skip to content

Commit

Permalink
fix: __filename used by mistake (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso authored Nov 13, 2024
1 parent 4b727e5 commit 169413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/valid-expect-in-promise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default createEslintRule<[
maxArgs: number
}>
], MESSAGE_IDS>({
name: __filename,
name: RULE_NAME,
meta: {
docs: {
description:
Expand Down

0 comments on commit 169413f

Please sign in to comment.