Skip to content

Commit 6002cb8

Browse files
committed
WIP
1 parent dc6afd0 commit 6002cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/end-to-end/src/integration_archiver_l1_to_l2.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('archiver integration with l1 to l2 messages', () => {
7777
expect(balance).toBe(expectedBalance);
7878
};
7979

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

8383
// Generate a claim secret using pedersen

0 commit comments

Comments
 (0)