kunwardeep / paralleltest

Linter to check if your tests have been marked as parallel correctly
MIT License
48 stars 12 forks source link

Fix grammar in lint failure message #29

Closed AngusGMorrison closed 1 year ago

AngusGMorrison commented 1 year ago

Fixes a minor typo in the error message for functions that are missing t.Parallel calls, making the message format consistent with the other failure scenarios.

AngusGMorrison commented 1 year ago

Hey @AngusGMorrison, you will probably need to update the tests as well.

Sorry about that – GitHub made it a bit too convenient to open this MR. I think I've tidied up after myself now.