adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

tests: Add missing commas #203

Closed willbarre2 closed 2 years ago

willbarre2 commented 2 years ago

Everywhere in the test.sh file, when we use the grep command, we try to catch a complete line and especially with the end comma. Like here: https://github.com/adrienverge/localstripe/blob/7f298f2/test.sh#L260 .

Let's add missing commas.

adrienverge commented 2 years ago

Thanks @willbarre2!

I would suggest tests: Add missing commas for the title, since refactors (and features and fixes) are normally reserved to the main code.

willbarre2 commented 2 years ago

Commit and PR titles updated.

adrienverge commented 2 years ago

Thank you @willbarre2!