Skip to content

Commit

Permalink
Remove redundant test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Dec 12, 2024
1 parent 01e2cfd commit a660170
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_outputmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@
)
def test_remove_dict_key_recursive(inp: Json, key: str, expected: Json) -> None:
"""Test remove_dict_key_recursive with a variety of inputs."""
# Call the function
remove_dict_key_recursive(inp, key)

# Assert the result matches expected
assert inp == expected


Expand Down

0 comments on commit a660170

Please sign in to comment.