Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Remove it.only from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
b-tarczynski committed Nov 22, 2021
1 parent 3a5311c commit a93de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slow/rollup.deposit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("Rollup Deposit", async function() {
);
});

it.only("reenqueue deposit subtree on rollback", async function() {
it("reenqueue deposit subtree on rollback", async function() {
const feeReceiver = users.getUser(0).stateID;
const { rollup, depositManager } = contracts;
const { txs, signature } = txTransferFactory(
Expand Down

0 comments on commit a93de9a

Please sign in to comment.