Skip to content

Commit

Permalink
FIXUP test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao committed Aug 13, 2021
1 parent 398621e commit b425d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/rules/no-action-on-submit-button-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ generateRuleTests({

result: {
message: ERROR_MESSAGE,
moduleId: 'layout.hbs',
source: '<button {{on "click" "handleClick"}} />',
moduleId: 'layout.hbs',
line: 1,
column: 0,
},
Expand All @@ -54,8 +54,8 @@ generateRuleTests({

result: {
message: ERROR_MESSAGE,
moduleId: 'layout.hbs',
source: '<button type="submit" {{action "handleClick"}} />',
moduleId: 'layout.hbs',
line: 1,
column: 0,
},
Expand All @@ -65,8 +65,8 @@ generateRuleTests({

result: {
message: ERROR_MESSAGE,
moduleId: 'layout.hbs',
source: '<button type="submit" {{on "click" "handleClick"}} />',
moduleId: 'layout.hbs',
line: 1,
column: 0,
},
Expand Down

0 comments on commit b425d07

Please sign in to comment.