Skip to content

Commit

Permalink
fix(provider): fixed typo in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
parveshsaini committed Oct 11, 2023
1 parent b1f124f commit f5ade80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/clicksend/src/lib/clicksend.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ClicksendSmsProvider } from './clicksend.provider';

test('should trigger ClicksendSmsProvider library correctly', async () => {
const provider = new ClicksendSmsProvider({
username: '<your-clciksend-username>',
apiKey: '<your-clciksend-APIkey>',
username: '<your-clicksend-username>',
apiKey: '<your-clicksend-API>',
});

const spy = jest
Expand Down

0 comments on commit f5ade80

Please sign in to comment.