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 14a0cb4 commit b69f922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyu_6/scheduling/test_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
# pylint: enable-msg=R0801
class SJFTestCase(unittest.TestCase):
"""
Testing 'shortest_job_first(' function
Testing 'shortest_job_first' function
"""

# pylint: disable-msg=R0801
def test_sjf(self):
"""
Testing 'shortest_job_first(' function with various test data
Testing 'shortest_job_first' function with various test data
:return:
"""
allure.dynamic.title("Testing 'shortest_job_first(' function")
Expand Down

0 comments on commit b69f922

Please sign in to comment.