Skip to content

Commit f94a440

Browse files
fix: remove unused variable in customer-org test
1 parent 04407cb commit f94a440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/customer-org-tools.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Customer & Organization Tools', () => {
4646

4747
describe('getCustomer', () => {
4848
it('should fetch a customer profile with address', async () => {
49-
const scope = nock(baseURL)
49+
nock(baseURL)
5050
.get('/customers/123')
5151
.query(true)
5252
.reply(200, {

0 commit comments

Comments
 (0)