Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spruce authored and alexlafroscia committed Nov 30, 2017
1 parent b96d632 commit 3314904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mixins/ajax-request-test.js
Expand Up @@ -885,7 +885,7 @@ describe('Unit | Mixin | ajax request', function() {
.catch(function(reason) {
expect(isTimeoutError(reason)).to.be.ok;
expect(reason.payload).to.be.null;
expect(reason.status).to.be.undefined;
expect(reason.status).to.equal(-1);
});
});

Expand Down

0 comments on commit 3314904

Please sign in to comment.