Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Oct 19, 2022
1 parent df5a12d commit cff4e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/alias/unset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ describe('alias unset', () => {
.stderr()
.command(['alias unset'])
.it('throws error when no aliases provided', (ctx) => {
expect(ctx.stderr).to.contain('You must provide an alias name when removing an alias.');
expect(ctx.stderr).to.contain('You must provide an alias name when unsetting an alias.');
});
});

0 comments on commit cff4e6d

Please sign in to comment.