Skip to content

Commit 3d953f2

Browse files
Update testsuite/pytests/sli2py_regressions/test_ticket_692_getconnections_args.py
Co-authored-by: Pooja Babu <75320801+pnbabu@users.noreply.github.com>
1 parent d65f3c1 commit 3d953f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pytests/sli2py_regressions/test_ticket_692_getconnections_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@pytest.mark.parametrize("value", INVALID_VALUES)
4040
def test_ticket_692_getconnections_rejects_non_collections(key, value):
4141
"""
42-
Ensure GetConnections raises when source/target is not a node collection or sequence.
42+
Ensure GetConnections raises an error when source/target is not a node collection or sequence.
4343
"""
4444

4545
nest.ResetKernel()

0 commit comments

Comments
 (0)