Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 30, 2019
1 parent 666d6c8 commit dbdf3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/-ember-data/tests/unit/store/push-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module('unit/store/push - DS.Store#push', function(hooks) {
until: '4.0',
},
async function(assert) {
assert.expect(2);
assert.expect(1);

let didLoad = new EmberPromise((resolve, reject) => {
Person.reopen({
Expand Down

0 comments on commit dbdf3ac

Please sign in to comment.