Commit cf89910f by AdriVanHoudt

typo

parent 47864130
...@@ -33,7 +33,7 @@ describe('FullContact.Company', function () { ...@@ -33,7 +33,7 @@ describe('FullContact.Company', function () {
}); });
describe('#domain with webhook url/id', function () { describe('#domain with webhook url/id', function () {
it('retrieves data by e-mail and sets up a webhook with the right url and id', function (done) { it('retrieves data by domain and sets up a webhook with the right url and id', function (done) {
api.company.domain('apple.com', 'http://requestb.in/1bxgb751', 'webhookTest', done); api.company.domain('apple.com', 'http://requestb.in/1bxgb751', 'webhookTest', done);
}); });
......
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