Skip to content

Commit 8fdcc73

Browse files
committed
Rename test function to be more descriptive
1 parent 08eaa24 commit 8fdcc73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_flip_coins_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"coin_flip_count",
1212
list(range(11)) + list(range(10, 200, 10)) + [1, 2] * 30
1313
)
14-
def test_foo_function(coin_flip_count: int) -> None:
14+
def test_multiple_coin_flips(coin_flip_count: int) -> None:
1515
"""Example test case
1616
1717
Parameters:

0 commit comments

Comments
 (0)