Skip to content

Commit

Permalink
Update test_spiralize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 3, 2024
1 parent 20b0f72 commit 140c1d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kyu_3/make_spiral/test_spiralize.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Testing spiralizer function
Created by Egor Kostan.
Testing spiralizer function.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""

Expand Down Expand Up @@ -31,12 +31,12 @@
# pylint: enable-msg=R0801
class SpiralizeTestCase(unittest.TestCase):
"""
Testing spiralize function
Testing spiralize function.
"""

def test_spiralize(self):
"""
Testing spiralize function
Testing spiralize function.
"""
# pylint: disable-msg=R0801
allure.dynamic.title("Testing spiralize function")
Expand Down

0 comments on commit 140c1d8

Please sign in to comment.