Skip to content

Commit

Permalink
fix: update error message for no extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bertux committed Aug 5, 2022
1 parent 327ceca commit 477f7a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ describe('erc777-stream', () => {
request.extensions = [] as any;

await expect(payErc777StreamRequest(request, wallet)).rejects.toThrowError(
'Not a supported ERC777 payment network request',
'no payment network found',
);
});
});
Expand Down

0 comments on commit 477f7a6

Please sign in to comment.