Skip to content

Commit

Permalink
chore: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 29, 2024
1 parent cff1bd7 commit 96663fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('parseUrlString', () => {
expect(result.query).to.deep.equal({ fomat: 'dag-cbor' })
})

it('should parse an ipns:// url with a path that resolves to a path', async () => {
it('should parse an ipns:// url with a path that resolves to a CID with a path', async () => {
const cid = CID.parse('QmQJ8fxavY54CUsxMSx9aE9Rdcmvhx8awJK2jzJp4iAqCr')
const peerId = await createEd25519PeerId()
const recordPath = 'foo'
Expand Down

0 comments on commit 96663fa

Please sign in to comment.