Skip to content

Commit 16a66fc

Browse files
committed
Adjust test to pynest-ng
1 parent 2b29c1e commit 16a66fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pytests/sli2py_regressions/test_ticket_349.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_exception_on_bad_recordables():
4141
mm = nest.Create("multimeter")
4242
nrn = nest.Create("iaf_psc_alpha")
4343

44-
with pytest.raises(nest.kernel.NESTErrors.IllegalConnection):
44+
with pytest.raises(nest.NESTErrors.IllegalConnection):
4545
mm.record_from = not_recordables
4646
nest.Connect(mm, nrn)
4747

0 commit comments

Comments
 (0)