Skip to content

Commit 1ea8515

Browse files
committed
Update test_module.py
1 parent c1dc812 commit 1ea8515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from arithmetic_arranger import arithmetic_arranger
55

66

7-
class ArithmeticFormatterTest(TestCase):
7+
class TestArithmeticFormatter(TestCase):
88
def test_too_many_problems(self):
99
current = arithmetic_arranger(
1010
["66 + 145", "9 + 2", "85 - 12", "859 + 20", "74 - 32", "2147 - 785"])

0 commit comments

Comments
 (0)