Skip to content

Commit

Permalink
Update test_solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 24, 2024
1 parent 59f8bce commit 32970ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyu_6/sums_of_parts/test_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
url='https://www.codewars.com/kata/5ce399e0047a45001c853c2b',
name='Source/Kata')
# pylint: enable-msg=R0801
class SJFTestCase(unittest.TestCase):
class PartsSumTestCase(unittest.TestCase):
"""
Testing 'parts_sums' function
"""

# pylint: disable-msg=R0801
def test_sjf(self):
def test_parts_sum(self):
"""
Testing 'parts_sums' function with various test data
:return:
Expand Down

0 comments on commit 32970ca

Please sign in to comment.