Skip to content

Commit

Permalink
match test description to expected argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Griffith committed Oct 5, 2017
1 parent 5e4f8cf commit 57ee93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/indexTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('index.js', function () {
expect(switchOnCharmFromTip('generous')).to.equal('Thank you so much.');
});

it('should return "Thank you." if the tip is not so generous', function () {
it('should return "Thank you." if the tip is not as generous', function () {
expect(switchOnCharmFromTip('not as generous')).to.equal('Thank you.');
});

Expand Down

0 comments on commit 57ee93a

Please sign in to comment.