diff --git a/lib/generate/index.test.js b/lib/generate/index.test.js index d1361e5..e4f3016 100644 --- a/lib/generate/index.test.js +++ b/lib/generate/index.test.js @@ -29,7 +29,7 @@ function fixtures() { 'These people contributed to the project:', 'FOO BAR BAZ', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); return {options, jfmengels, content}; @@ -51,7 +51,7 @@ test('should replace the content between the ALL-CONTRIBUTORS-LIST tags by a tab '| :---: | :---: | :---: |', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content); @@ -76,7 +76,7 @@ test('should split contributors into multiples lines when there are too many', t '| Kent C. Dodds is awesome! | Kent C. Dodds is awesome! |', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content); @@ -149,7 +149,7 @@ test('should inject nothing if there are no contributors', t => { '', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content);