diff options
| -rw-r--r-- | challenge-172/mohammad-anwar/python/ch-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-172/mohammad-anwar/python/ch-2.py b/challenge-172/mohammad-anwar/python/ch-2.py index ffc590a7b8..3288503b4d 100644 --- a/challenge-172/mohammad-anwar/python/ch-2.py +++ b/challenge-172/mohammad-anwar/python/ch-2.py @@ -38,7 +38,7 @@ def five_number_summary(n): # # Unit test class -class TestPrimePartition(unittest.TestCase): +class TestFiveNumberSummary(unittest.TestCase): def test_example(self): self.assertEqual( |
