aboutsummaryrefslogtreecommitdiff
path: root/challenge-173/mohammad-anwar/python
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-173/mohammad-anwar/python')
-rw-r--r--challenge-173/mohammad-anwar/python/ch-1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-173/mohammad-anwar/python/ch-1.py b/challenge-173/mohammad-anwar/python/ch-1.py
index 5d9e80c567..89671c258a 100644
--- a/challenge-173/mohammad-anwar/python/ch-1.py
+++ b/challenge-173/mohammad-anwar/python/ch-1.py
@@ -27,7 +27,7 @@ def is_esthetic_number(n):
#
# Unit test class
-class TestPrimePartition(unittest.TestCase):
+class TestEstheticNumber(unittest.TestCase):
def test_example_1(self):
self.assertTrue(is_esthetic_number(5456))