mdsol / rwslib

Provide a (programmer) friendly client library to Rave Web Services (RWS).
MIT License
31 stars 13 forks source link

FIX-unit-test-indentation #114

Closed halbow closed 3 years ago

halbow commented 3 years ago

Hello :wave:

While setting up the repository I noticed this test was incorrectly indented, here's a MR to correct this !

Thanks for the work on this library !

iansparks commented 3 years ago

Odd that was never noticed. Thanks!

halbow commented 3 years ago

Odd that was never noticed. Thanks!

Without the indentation, it was a regular function declaration that was never executed ! (but pytest raised an error when trying to run it)