Skip to content

Commit

Permalink
fixup based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Oct 22, 2016
1 parent 1d99435 commit dacfb9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test('when a record is deleted in an adapter populated record array, it should b

test('stores the metadata off the payload', function(assert) {
let recordArray = store.recordArrayManager
.createAdapterPopulatedRecordArray(store.modelFor('person'), null);
.createAdapterPopulatedRecordArray(Person, null);

let payload = {
data: [
Expand Down

0 comments on commit dacfb9d

Please sign in to comment.