Skip to content

Commit a4dffaa

Browse files
committedJan 24, 2016
test/worker: update
1 parent 56cbf26 commit a4dffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/test/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_simple_run(self):
8787
_run_experiment("SimpleExperiment")
8888

8989
def test_exception(self):
90-
with self.assertRaises(WorkerError):
90+
with self.assertRaises(WorkerInternalException):
9191
_run_experiment("ExceptionTermination")
9292

9393
def test_watchdog_no_timeout(self):

0 commit comments

Comments
 (0)
Please sign in to comment.