Commit 1945c9e3 by Ben Drucker

Fix typo

[ci skip]
parent f876da39
......@@ -42,7 +42,7 @@ describe('Company', function () {
});
});
it('is can handle pending requests', function () {
it('can handle pending requests', function () {
mock
.get('/v1/companies/domain/uber.com')
.reply(202);
......
......@@ -56,7 +56,7 @@ describe('Person', function () {
return Person.find({email: 'alex@alexmaccaw.com', company: false});
});
it('is can handle pending requests', function () {
it('can handle pending requests', function () {
mock
.get('/v1/people/email/alex@alexmaccaw.com')
.reply(202);
......
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