Skip to content

Commit

Permalink
fix(tests): no www string in tests
Browse files Browse the repository at this point in the history
Signed-off-by: andrew <[email protected]>
  • Loading branch information
andrewxhill committed May 19, 2020
1 parent 803c51c commit c19268e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buckets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ describe('Buckets...', () => {

const rep = await client.links(rootKey)
expect(rep.url).to.not.equal('')
expect(rep.www).to.not.equal('')
expect(rep.ipns).to.not.equal('')
})

Expand Down

0 comments on commit c19268e

Please sign in to comment.