Skip to content

Commit

Permalink
Fix cancellation error on build master. axios#2290 axios#2207
Browse files Browse the repository at this point in the history
  • Loading branch information
felipewmartins committed Sep 13, 2019
1 parent f5704fc commit f184bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/instance.spec.js
Expand Up @@ -37,7 +37,7 @@ describe('instance', function () {
});
});

it('should make an http request with url instead of baseURL', function () {
it('should make an http request with url instead of baseURL', function (done) {
var instance = axios.create({
url: 'https://api.example.com'
});
Expand Down

0 comments on commit f184bd7

Please sign in to comment.