We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b29c1e commit 16a66fcCopy full SHA for 16a66fc
testsuite/pytests/sli2py_regressions/test_ticket_349.py
@@ -41,7 +41,7 @@ def test_exception_on_bad_recordables():
41
mm = nest.Create("multimeter")
42
nrn = nest.Create("iaf_psc_alpha")
43
44
- with pytest.raises(nest.kernel.NESTErrors.IllegalConnection):
+ with pytest.raises(nest.NESTErrors.IllegalConnection):
45
mm.record_from = not_recordables
46
nest.Connect(mm, nrn)
47
0 commit comments