Skip to content

Commit

Permalink
Fixing description of test
Browse files Browse the repository at this point in the history
Fixes #5920
  • Loading branch information
ycombinator authored and epixa committed Jan 16, 2016
1 parent 09de150 commit 208d374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/plugin/__tests__/setting_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ describe('kibana cli', function () {
expect(settings).to.have.property('package', 'test-plugin');
});

it('should not allow more than one part to the install parameter', function () {
it('should not allow more than one part to the remove parameter', function () {
options.install = null;
options.remove = 'kibana/test-plugin';
parser = settingParser(options);
Expand Down

0 comments on commit 208d374

Please sign in to comment.