Skip to content

Commit

Permalink
Update client.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Nov 23, 2023
1 parent 68bee09 commit 2f7d990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/src/client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3095,9 +3095,8 @@ describe('test_whitelabel_links__link_id__subuser_post', () => {

describe('setDataResidency', () => {
let consoleWarnSpy;
let Client = require('./client');
beforeEach(() => {
testClient = new Client();
testClient = require('./client');
consoleWarnSpy = sinon.spy(console, 'warn');
});
afterEach(() => {
Expand Down

0 comments on commit 2f7d990

Please sign in to comment.