Skip to content

Commit

Permalink
fix: wrong data variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Oct 30, 2023
1 parent e029a72 commit 33cc655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-test/test/node-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ describe('ETH localhost request creation and detection test', () => {

// Cancel the request
const cancelData = await request.cancel(payeeIdentity);
expect(data.state).toBe(Types.RequestLogic.STATE.CANCELED);
expect(cancelData.state).toBe(Types.RequestLogic.STATE.CANCELED);
});

it('can create & pay a request with any to eth proxy', async () => {
Expand Down

0 comments on commit 33cc655

Please sign in to comment.