Skip to content

Commit

Permalink
Fix missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Oct 6, 2024
1 parent d4e98cf commit b33bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/node-execute-block-wrong-error-thrown.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ruleTester().run(getRuleName(module), rule, {
code: outdent`
class TestNode {
execute() {
throw new TriggerCloseError(this.getNode();
throw new TriggerCloseError(this.getNode());
}
}`,
},
Expand Down

0 comments on commit b33bd8b

Please sign in to comment.