Skip to content

Commit

Permalink
fix(tests): Fixed external user login test
Browse files Browse the repository at this point in the history
  • Loading branch information
Halceyon authored Mar 5, 2018
1 parent 0dd73a7 commit 7ad36cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aspnet-authSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ describe('AspnetAuth', () => {
console.log(err);
});

axios.post.restore();
axios.get.restore();
});
});

0 comments on commit 7ad36cd

Please sign in to comment.