Skip to content

Commit da1603b

Browse files
committed
typo
1 parent c888645 commit da1603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils/test_schemaview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ def test_detect_type_cycles_no_cycles(sv_cycles_schema: SchemaView, target: str,
29492949

29502950

29512951
@pytest.mark.parametrize(("target", "cycle_start_node"), list(CYCLES[CLASSES][0].items()))
2952-
@pytest.mark.parametrize("fn", ["detect_cycles", "graph_closure", "type_ancestors"])
2952+
@pytest.mark.parametrize("fn", ["detect_cycles", "graph_closure", "class_ancestors"])
29532953
def test_detect_class_cycles_error(sv_cycles_schema: SchemaView, target: str, cycle_start_node: str, fn: str) -> None:
29542954
"""Test detection of class cycles in the cycles schema."""
29552955
if fn == "detect_cycles":

0 commit comments

Comments
 (0)