Skip to content

Commit 39be66d

Browse files
daviddiasdryajov
authored andcommitted
chore: update aegir and fix linting
1 parent 60a14c9 commit 39be66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ describe('helpers', () => {
595595
const str = '/ip4/127.0.0.1'
596596
const addr = multiaddr(str)
597597
multiaddr.resolve(addr, (err, multiaddrs) => {
598-
expect(err).to.exist()
598+
expect(err).to.exist
599599
done()
600600
})
601601
})

0 commit comments

Comments
 (0)