Skip to content

Commit

Permalink
Fix test to python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Jul 5, 2018
1 parent 9720668 commit 45bc64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def test_start(self, websocketserver_patch):
runner = CliRunner()
runner.invoke(cli.start, [presentation_file])

websocketserver_patch.assert_called_once()
self.assertTrue(websocketserver_patch.called)

0 comments on commit 45bc64d

Please sign in to comment.