Skip to content

Commit

Permalink
chore: update test deps (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 17, 2022
1 parent 81a323e commit 6fb04c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@
"varint": "^6.0.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^2.0.0",
"@libp2p/interface-record-compliance-tests": "^1.0.0",
"@libp2p/peer-id-factory": "^1.0.0",
"@types/varint": "^6.0.0",
"aegir": "^37.0.7",
"aegir": "^37.3.0",
"protons": "^3.0.4",
"sinon": "^14.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion test/peer-record.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */

import { expect } from 'aegir/chai'
import tests from '@libp2p/interface-compliance-tests/record'
import tests from '@libp2p/interface-record-compliance-tests'
import { Multiaddr } from '@multiformats/multiaddr'
import { peerIdFromKeys } from '@libp2p/peer-id'
import { createEd25519PeerId } from '@libp2p/peer-id-factory'
Expand Down

0 comments on commit 6fb04c4

Please sign in to comment.