Skip to content

Commit

Permalink
fix: remove only test (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jan 17, 2024
1 parent 96a5c0d commit ca858fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test('should fetch blake2b hashed data', async t => {
}
})

test.only('should walk a unixfs path', async t => {
test('should walk a unixfs path', async t => {
const bytes = fromString(`TEST DATA ${Date.now()}`)
const hash = await sha256.digest(bytes)
const cid = CID.create(1, raw.code, hash)
Expand Down

0 comments on commit ca858fb

Please sign in to comment.