Skip to content

Commit

Permalink
fix: Fixing failing test on twilio-cli (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
kridai committed Aug 12, 2021
1 parent 30f7bc7 commit 01afb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base-commands/twilio-api-command.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { fakeResource, fakeCallResponse } = require('./twilio-api-command.fixture
const TwilioApiCommand = require('../../src/base-commands/twilio-api-command');
const { getTopicName } = require('../../src/services/twilio-api');

const NUMBER_OF_BASE_COMMAND_FLAGS = 5;
const NUMBER_OF_BASE_COMMAND_FLAGS = 6;
const NUMBER_OF_PARAMS_FOR_CALL_CREATE = fakeResource.actions.create.parameters.length;

describe('base-commands', () => {
Expand Down

0 comments on commit 01afb70

Please sign in to comment.