fixed spec
This commit is contained in:
@@ -340,14 +340,7 @@ module.exports = function (Y /* : any*/) {
|
||||
}
|
||||
}
|
||||
}
|
||||
for (i = 0; i < this.writeBuffer.length; i++) {
|
||||
r = this.writeBuffer[i]
|
||||
if (r.id[1] === id[1] && r.id[0] === id[0]) {
|
||||
this.writeBuffer[i] = {
|
||||
id: [null, null]
|
||||
}
|
||||
}
|
||||
}
|
||||
yield* this.flush()
|
||||
yield* super.delete(id)
|
||||
}
|
||||
* findWithLowerBound () {
|
||||
|
||||
Reference in New Issue
Block a user