File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/unit/synapseclient/extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments