chore(vhd-lib): remove deprecated assert.equal
This commit is contained in:
parent
ffe29b8957
commit
c7d16fd345
@ -98,7 +98,7 @@ export default class Vhd {
|
||||
Buffer.alloc(n),
|
||||
start
|
||||
)
|
||||
assert.equal(bytesRead, n)
|
||||
assert.strictEqual(bytesRead, n)
|
||||
return buffer
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user