Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fix deprecate tests on older nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 17, 2015
1 parent 0727302 commit 697c0a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/deprecate.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ test('deprecate a package', function (t) {
t.ifError(er)
t.ok(data.deprecated, 'was deprecated')

server.close()
t.end()
}
)
Expand Down Expand Up @@ -209,3 +208,9 @@ test('deprecate a scoped package', function (t) {
}
)
})

test('cleanup', function (t) {
server.close()
t.ok(true)
t.end()
})

0 comments on commit 697c0a7

Please sign in to comment.