Commit f876da39 by Ben Drucker

Fix missing semicolon

parent 7bbd8fcd
......@@ -112,7 +112,7 @@ describe('Client', function () {
})
.finally(function () {
needle.request.restore();
})
});
});
it('sends a basic auth header', function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment