Skip to content

Commit

Permalink
remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Mar 13, 2024
1 parent 53c9e12 commit ace8b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trie/test/trie/updateNode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('Large Batch Test', async () => {
assert.deepEqual(trie_1.root(), trie_2.root(), 'roots should match')
})
})
describe.only('Large Batch Test (secure)', async () => {
describe('Large Batch Test (secure)', async () => {
const keys = Array.from({ length: 1 }, () => randomBytes(20))
const batchOP: BatchDBOp[] = keys.map((k) => {
return {
Expand Down

0 comments on commit ace8b34

Please sign in to comment.