Skip to content

Commit d3b95f3

Browse files
author
Weffe
committed
test: fix failing test
1 parent 55f83f7 commit d3b95f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/axios-api-versioning.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare module 'axios' {
1818

1919
describe('Testing no pollution on default exported axios object using withVersioning()', () => {
2020
beforeAll(() => {
21-
const instance = withVersioning(axios, testVersioningConfig);
21+
withVersioning(axios, testVersioningConfig);
2222
});
2323

2424
test('it should not add "apiVersion" to AxiosStatic defaults', () => {

0 commit comments

Comments
 (0)