Skip to content

Commit

Permalink
Fix failed deprecation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan committed Mar 17, 2021
1 parent 7d70fcd commit c9a8c86
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -197,6 +197,7 @@ moduleFor(
class extends AbstractTestCase {
beforeEach(assert) {
expectDeprecation(/Array observers have been deprecated/);
expectDeprecation('Usage of the Ember Global is deprecated');

obj = DummyArray.create();

Expand Down

0 comments on commit c9a8c86

Please sign in to comment.