Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jun 11, 2016
1 parent 4cf0df4 commit 8a85499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_command_line_interface(self):
runner = CliRunner()
result = runner.invoke(cli.main)
assert result.exit_code == 0
assert 'manage.cli.main' in result.output
assert 'shell' in result.output
help_result = runner.invoke(cli.main, ['--help'])
assert help_result.exit_code == 0
assert '--help Show this message and exit.' in help_result.output
Expand Down

0 comments on commit 8a85499

Please sign in to comment.