Skip to content

Commit

Permalink
fix prod test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Aug 17, 2018
1 parent d920064 commit 06ca335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/store-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test("destroying record during find doesn't cause error", function(assert) {
return run(() => store.findRecord(type, id).then(done, done));
});

test('find calls do not resolve when the store is destroyed', async function(assert) {
testInDebug('find calls do not resolve when the store is destroyed', async function(assert) {
assert.expect(2);
let done = assert.async();
let next;
Expand Down

0 comments on commit 06ca335

Please sign in to comment.