Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 4, 2024
1 parent 0437d1c commit 4ef6579
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vizro-core/tests/unit/vizro/actions/test_actions_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ def test_update_nested_graph_properties_multiple_levels(self, graph, dot_separat
"red",
{"nodes": {"A": {"color": "blue"}, "B": "red"}},
),
(
{},
"color",
"red",
{"color": "red"}
)
({}, "color", "red", {"color": "red"}),
],
)
def test_update_nested_graph_properties_add_or_overwrite_keys(self, graph, dot_separated_strings, value, expected):
Expand Down

0 comments on commit 4ef6579

Please sign in to comment.