Skip to content

Commit 16d6ef7

Browse files
committed
fix: coverage issue
1 parent 8c2abf8 commit 16d6ef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-link.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ describe('equality', () => {
124124

125125
const actual = Link.decode(bytes)
126126
assert.equal(expect.toString(), actual.toString())
127+
assert.equal(expect.byteLength, actual.byteLength)
128+
assert.notEqual(expect.byteOffset, actual.byteOffset)
127129

128130
assert.deepEqual(expect, actual)
129131
})

0 commit comments

Comments
 (0)