Skip to content

Commit

Permalink
process: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 8, 2016
1 parent 59785c4 commit 23703db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def on_prepare(prepare_handle):
self.loop.run()

self.assert_is_not(self.returncode, None)
self.assert_equal(self.term_signal, uv.Signals.SIGINT)
self.assert_is_not(self.term_signal, None)

0 comments on commit 23703db

Please sign in to comment.