Skip to content

Commit

Permalink
fix test_mypolr.py: reversed logic
Browse files Browse the repository at this point in the history
  • Loading branch information
fauskanger committed Jan 5, 2018
1 parent 6b456eb commit cffc02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mypolr.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class TestCliArgs:
def test_parser(self):
from mypolr import is_cli_supported

if is_cli_supported:
if not is_cli_supported:
# Skip tests for old versions for which CLI usage is not supported
return

Expand Down

0 comments on commit cffc02b

Please sign in to comment.