diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2022-07-14 09:13:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-14 09:13:41 +0100 |
| commit | 6b83acc095e4f60b07d0f4dee6286d77cbc2a734 (patch) | |
| tree | 2592fe7f30b142a6e23a8a88f2882056915531fa | |
| parent | 42d08a3c6102c5f1ee77af445d72e50c67ef94e0 (diff) | |
| download | perlweeklychallenge-club-6b83acc095e4f60b07d0f4dee6286d77cbc2a734.tar.gz perlweeklychallenge-club-6b83acc095e4f60b07d0f4dee6286d77cbc2a734.tar.bz2 perlweeklychallenge-club-6b83acc095e4f60b07d0f4dee6286d77cbc2a734.zip | |
Update ch-2.py
| -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( |
