Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan committed Mar 17, 2021
1 parent a135bbf commit 7d70fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ moduleFor(

expectDeprecation(() => {
this.render('<FooBar />');
}, /You attempted to update `itemCount` on `<.*>`, but it had already been used previously in the same computation/);
}, /(You attempted to update `itemCount` on `<.*>`, but it had already been used previously in the same computation|Usage of the Ember Global is deprecated)/);

this.assertHTML(`1`);
}
Expand Down

0 comments on commit 7d70fcd

Please sign in to comment.