diff --git a/test/specs/instance.spec.js b/test/specs/instance.spec.js index d709c3d28e..5224df299c 100644 --- a/test/specs/instance.spec.js +++ b/test/specs/instance.spec.js @@ -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' });