Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Nov 10, 2015
1 parent 872fc7c commit 1012f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ test("A hasMany updated link should not remove new children", function() {
});

env.adapter.findHasMany = function(store, snapshot, link, relationship) {
return Ember.RSVP.resolve([]);
return Ember.RSVP.resolve({ comments: [] });
};

env.adapter.createRecord = function(store, snapshot, link, relationship) {
Expand Down

0 comments on commit 1012f3b

Please sign in to comment.