petergtz / pegomock

Pegomock is a powerful, yet simple mocking framework for the Go programming language
Apache License 2.0
254 stars 28 forks source link

fix Data race #55 #57

Closed ghostiam closed 6 years ago

ghostiam commented 6 years ago

To exercise your new test properly, we should pass the -race argument to ginkgo in scripts/run_tests.sh. This script gets executed by travis.

You already run tests with the -race argument, just you did not have an appropriate test

ghostiam commented 6 years ago

@petergtz done.

petergtz commented 6 years ago

You already run tests with the -race argument, just you did not have an appropriate test

Ha! Yes. facepalm

Merging!

Thanks again, Peter

ghostiam commented 6 years ago

Thank you