Skip to content

Commit

Permalink
revert test filter in merkle tree ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash67 committed Apr 25, 2023
1 parent be29a21 commit 5692c97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const standardBasedTreeTestSuite = (
pedersen = new Pedersen(wasm);
});

it.only('should have correct empty tree root for depth 32', async () => {
it('should have correct empty tree root for depth 32', async () => {
const db = levelup(createMemDown());
const tree = await createDb(db, pedersen, 'test', 32);
const root = tree.getRoot(false);
Expand Down

0 comments on commit 5692c97

Please sign in to comment.