Skip to content

Commit

Permalink
feat: typo bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Dean-Lewis committed Jan 7, 2025
1 parent 8b8674c commit 237de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/customers/customers.controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('CustomersController', () => {
const response = await controller.getDunAndBradstreetNumber(query);

expect(response).toEqual(duns_number);
expect(controller.getDunAndBradstreetNumber).toHaveBeenCalledWith(query.companyRegistrationNumber);
expect(customersServiceGetDunAndBradstreetNumber).toHaveBeenCalledWith(query.companyRegistrationNumber);
});
});
});

0 comments on commit 237de0d

Please sign in to comment.