Skip to content

Commit

Permalink
Merge pull request axios#670 from 38elements/test
Browse files Browse the repository at this point in the history
Updating test for adapter
  • Loading branch information
nickuraltsev committed Mar 2, 2017
2 parents 2f98d8f + f034c56 commit 6d7e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/adapter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('adapter', function () {
var called = false;

axios('/foo', {
adapter: function (resolve, reject, config) {
adapter: function (config) {
called = true;
}
});
Expand Down

0 comments on commit 6d7e6fa

Please sign in to comment.