Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 29, 2023
1 parent dc6afd0 commit 6002cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('archiver integration with l1 to l2 messages', () => {
expect(balance).toBe(expectedBalance);
};

it.only('cancelled l1 to l2 messages cannot be consumed by archiver', async () => {
it('cancelled l1 to l2 messages cannot be consumed by archiver', async () => {
// create a message, then cancel it

// Generate a claim secret using pedersen
Expand Down

0 comments on commit 6002cb8

Please sign in to comment.