multimeric / PandasSchema

A validation library for Pandas data frames using user-friendly schemas
https://multimeric.github.io/PandasSchema/
GNU General Public License v3.0
189 stars 35 forks source link

Fix failing test `test.test_example.Example.test_example`. #20

Closed Andrew-SK closed 5 years ago

Andrew-SK commented 5 years ago

Missing spaces in the InListValidation default message caused the test output to not match against expected output.

multimeric commented 5 years ago

Would you mind pushing an empty commit to force a travis build? Currently this is failing (https://travis-ci.org/TMiguelT/PandasSchema/jobs/518783563), but I think this will fix my build

multimeric commented 5 years ago

Looks good!