Skip to content

Commit

Permalink
Revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Dec 4, 2024
1 parent c476045 commit db4705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_restr_from_upstream(graph_tables, restr, expect_n, msg):
("PkAliasNode", "parent_attr > 17", 2, "pk pk alias"),
("SkAliasNode", "parent_attr > 18", 2, "sk sk alias"),
("MergeChild", "parent_attr > 18", 2, "merge child"),
("MergeChild", {"parent_attr": 18}, 1, "dict restr"),
("MergeChild", {"parent_attr": 19}, 1, "dict restr"),
],
)
def test_restr_from_downstream(graph_tables, table, restr, expect_n, msg):
Expand Down

0 comments on commit db4705b

Please sign in to comment.