Skip to content

Commit 56baa33

Browse files
author
Tim Mendoza
committed
Update test
1 parent 50f9ba2 commit 56baa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/helpers.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('the deploy function', () => {
266266
expect(mockDeployProject.mock.calls[0][0].serviceName).toBe(APP_NAME);
267267
});
268268

269-
it('display an error when the and API key is not provided', () => {
269+
it('should display an error when the API key is not provided', () => {
270270
return expect(
271271
deploy.call({
272272
twilioClient: {

0 commit comments

Comments
 (0)