Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent 38163f0 commit 71ca8e3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ def test_params():
],
)
assert result.exit_code == 0
assert f"Name: Camila" in result.output.strip()
assert f"User attributes: {['age', 'female', 'height_meters', 'name']}" in result.output.strip()
assert "Name: Camila" in result.output.strip()
assert (
f"User attributes: {['age', 'female', 'height_meters', 'name']}"
in result.output.strip()
)


def test_invalid():
Expand Down

0 comments on commit 71ca8e3

Please sign in to comment.