Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/interface-pubsub' of github.com:libp2p/js-interfac…
Browse files Browse the repository at this point in the history
…es into feat/interface-pubsub
  • Loading branch information
vasco-santos committed Aug 24, 2020
2 parents 05491ac + 956067a commit 2152105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/pubsub/sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('message signing', () => {
})

it('should be able to extract the public key from an inlined key', async () => {
const secPeerId = await PeerId.create({ keyType: 'secp256k1', bits: 256 })
const secPeerId = await PeerId.create({ keyType: 'secp256k1' })

const message = {
from: secPeerId.id,
Expand Down
1 change: 0 additions & 1 deletion test/pubsub/topic-validators.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

const { expect } = require('aegir/utils/chai')
const sinon = require('sinon')
const delay = require('delay')
const pWaitFor = require('p-wait-for')
const errCode = require('err-code')

Expand Down

0 comments on commit 2152105

Please sign in to comment.