Skip to content

Commit

Permalink
test/worker: update
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 24, 2016
1 parent 56cbf26 commit a4dffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/worker.py
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ def test_simple_run(self):
_run_experiment("SimpleExperiment")

def test_exception(self):
with self.assertRaises(WorkerError):
with self.assertRaises(WorkerInternalException):
_run_experiment("ExceptionTermination")

def test_watchdog_no_timeout(self):

0 comments on commit a4dffaa

Please sign in to comment.