Skip to content

Commit 8245fc6

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent fe53c70 commit 8245fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/billingAccounts/list.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ describe('Project Billing Accounts list', () => {
7171
accessToken: 'mock',
7272
instanceUrl: 'mock_url',
7373
}));
74+
// eslint-disable-next-line
7475
salesforceQuery = sinon.stub(SalesforceService, 'queryUserBillingAccounts', () => Promise.resolve(billingAccountsData));
7576
done();
7677
});

0 commit comments

Comments
 (0)