Skip to content

Commit 2c04290

Browse files
committed
update docstrings
1 parent e286ddb commit 2c04290

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/synapseclient/extensions/unit_test_create_json_schema.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ def test_invalid_regex_columntype_traversalnode(
418418
helpers,
419419
) -> None:
420420
"""
421-
Tests for TraversalNode class initialization.
421+
Tests for matching pattern and columnType specification.
422422
423-
Verifies that when TransversalNode objects are initialized with a patter specified and an incompatible column type, a ValueError is raised.
423+
Verifies that when TransversalNode objects are initialized with a pattern specified and an incompatible column type, a ValueError is raised.
424424
"""
425425
node = "Check Regex Single"
426426

@@ -460,9 +460,9 @@ def test_invalid_regex_traversalnode(
460460
helpers,
461461
) -> None:
462462
"""
463-
Tests for TraversalNode class initialization.
463+
Tests for invalid regex pattern specification.
464464
465-
Verifies that when TransversalNode objects are initialized with a patter specified and an incompatible column type, a ValueError is raised.
465+
Verifies that only valid regex patterns are specified.
466466
"""
467467
node = "Check Regex Single"
468468

0 commit comments

Comments
 (0)