Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Aug 29, 2023
1 parent 7c09e7a commit 7eda8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('public_processor', () => {
const [processed, failed] = await processor.process([tx]);

expect(processed).toEqual([]);
expect(failed).toEqual([tx]);
expect(failed[0].tx).toEqual(tx);
});
});

Expand Down

0 comments on commit 7eda8a4

Please sign in to comment.