Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Parrryy committed Jan 29, 2018
1 parent 84958fb commit b894321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ moduleFor('Application Dependency Injection - Integration - default resolver', c
expectAssertion(() =>{
this.application.FooService = EmberObject.extend();
this.privateRegistry.resolve('service:foo');
}, /Expected service:foo to resolve to an Service but instead it was \.FooService\./);
}, /Expected service:foo to resolve to an Ember.Service but instead it was \.FooService\./);
}

[`@test no deprecation warning for service factories that extend from Service`](assert) {
Expand Down

0 comments on commit b894321

Please sign in to comment.