test/worker: update

This commit is contained in:
Sebastien Bourdeauducq 2016-01-24 15:32:37 +01:00
parent 56cbf261b0
commit a4dffaac26
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class WorkerCase(unittest.TestCase):
_run_experiment("SimpleExperiment")
def test_exception(self):
with self.assertRaises(WorkerError):
with self.assertRaises(WorkerInternalException):
_run_experiment("ExceptionTermination")
def test_watchdog_no_timeout(self):