Skip to content

Commit

Permalink
Merge branch 'feat/sf-payments' of github.com:RequestNetwork/requestN…
Browse files Browse the repository at this point in the history
…etwork into feat/sf-payments
  • Loading branch information
bertux committed Apr 19, 2022
2 parents ca7beda + c1d38c3 commit 3ced54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payment-processor/test/payment/index.test.ts
Expand Up @@ -408,7 +408,7 @@ describe('hasSufficientFunds', () => {
expect(spy).toHaveBeenCalledTimes(1);
});

it('should call the ERC777 getBalance method', async () => {
it('should call the ERC20 getBalance method for ERC777 requests', async () => {
const spy = jest
.spyOn(erc20Module, 'getAnyErc20Balance')
.mockReturnValue(Promise.resolve(BigNumber.from('200')));
Expand Down

0 comments on commit 3ced54a

Please sign in to comment.