Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed Mar 30, 2024
1 parent 48345cb commit 295e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_core/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(0, 10, 0),
(123, 2, 6),
(123, 4, 9),
]
],
)
def test_digit_sum(number, base, expected_output):
if digit_sum(number=number, base=base) != expected_output:
Expand Down

0 comments on commit 295e59b

Please sign in to comment.