chore: apply suggestions from code review

This commit is contained in:
Vasco Santos
2020-07-17 14:00:59 +02:00
committed by Jacob Heun
parent 15613ccf19
commit f574e82a5d
15 changed files with 75 additions and 68 deletions

View File

@ -27,7 +27,7 @@ describe('protoBook', () => {
let peerStore, pb
beforeEach(() => {
peerStore = new PeerStore()
peerStore = new PeerStore({ peerId })
pb = peerStore.protoBook
})
@ -121,7 +121,7 @@ describe('protoBook', () => {
let peerStore, pb
beforeEach(() => {
peerStore = new PeerStore()
peerStore = new PeerStore({ peerId })
pb = peerStore.protoBook
})
@ -228,7 +228,7 @@ describe('protoBook', () => {
let peerStore, pb
beforeEach(() => {
peerStore = new PeerStore()
peerStore = new PeerStore({ peerId })
pb = peerStore.protoBook
})
@ -258,7 +258,7 @@ describe('protoBook', () => {
let peerStore, pb
beforeEach(() => {
peerStore = new PeerStore()
peerStore = new PeerStore({ peerId })
pb = peerStore.protoBook
})