Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Apr 3, 2023
1 parent 4fcb7f3 commit 7c6276a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/audit_updater_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def lint_results
'endLine' => 147, 'endColumn' => 9
},
{
'ruleId' => 'ember/no-jquery-integration',
'ruleId' => 'ember-observer/no-jquery-integration',
'severity' => 2,
'message' => 'Do not use jQuery integration',
'line' => 147,
Expand All @@ -130,7 +130,7 @@ def lint_results
'endColumn' => 26
},
{
'ruleId' => 'ember/no-jquery-integration',
'ruleId' => 'ember-observer/no-jquery-integration',
'severity' => 2,
'message' => 'Do not use jQuery integration',
'line' => 120,
Expand Down

0 comments on commit 7c6276a

Please sign in to comment.