Skip to content

Commit

Permalink
Merge pull request #4881 from bmac/fix-release
Browse files Browse the repository at this point in the history
Fix injection-test on the release branch
  • Loading branch information
bmac authored Mar 17, 2017
2 parents 1d34bf0 + 1d959d9 commit d2fa315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/injection-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module('integration/injection factoryFor enabled', {
}
} else {
originalLookupFactory = env.store.container.lookupFactory;
env.store.container.lookupFactory = function() {
env.store.container._lookupFactory = function() {
return model;
};
}
Expand Down

0 comments on commit d2fa315

Please sign in to comment.