From 57ee93acf34b004553e803457387fcd544059abd Mon Sep 17 00:00:00 2001 From: Alex Griffith Date: Thu, 5 Oct 2017 11:46:53 -0400 Subject: [PATCH] match test description to expected argument --- test/indexTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/indexTest.js b/test/indexTest.js index 7aa93a22b9..1edd1e6ecf 100644 --- a/test/indexTest.js +++ b/test/indexTest.js @@ -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.'); });