fix spec and docs
This commit is contained in:
parent
b91217f29e
commit
4749e18fc0
4 changed files with 18 additions and 24 deletions
|
@ -288,13 +288,6 @@ describe('session module', function () {
|
|||
})
|
||||
})
|
||||
|
||||
afterEach(function () {
|
||||
if (w != null) {
|
||||
w.destroy()
|
||||
}
|
||||
w = null
|
||||
})
|
||||
|
||||
it('handles requests from a partition', function (done) {
|
||||
var handler = function (error, callback) {
|
||||
callback({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue