Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnotstatic committed Feb 12, 2023
1 parent 3629ef6 commit d9fb7d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/initialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ describe('#Transaction module', () => {
blockchain: 'Binance Smart Chain',
};
try {
const response = await lazerpay.Payout.transferCrypto(transaction_payload);
const response = await lazerpay.Payout.transferCrypto(
transaction_payload
);

expect(typeof response).toBe('object');
} catch (e) {
Expand Down

0 comments on commit d9fb7d2

Please sign in to comment.