Skip to content

Commit

Permalink
Try fix error again
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan committed Mar 17, 2021
1 parent c9a8c86 commit 6dd1f14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/@ember/-internals/runtime/tests/mixins/array_test.js
Expand Up @@ -196,8 +196,9 @@ moduleFor(
'notify array observers',
class extends AbstractTestCase {
beforeEach(assert) {
expectDeprecation(/Array observers have been deprecated/);
expectDeprecation('Usage of the Ember Global is deprecated');
expectDeprecation(
/Array observers have been deprecated|Usage of the Ember Global is deprecated/
);

obj = DummyArray.create();

Expand Down

0 comments on commit 6dd1f14

Please sign in to comment.