Skip to content

Commit

Permalink
Update test_likes_function.py
Browse files Browse the repository at this point in the history
kyu_6/who_likes_it/test_likes_function.py:33 in public class `LikesTestCase`:
        D400: First line should end with a period (not 'n')

        The [first line of a] docstring is a phrase ending in a period.
  • Loading branch information
ikostan committed Dec 19, 2024
1 parent 360ee7e commit 8eebd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/who_likes_it/test_likes_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# pylint: enable=R0801
class LikesTestCase(unittest.TestCase):
"""
Testing likes function
Testing likes function.
The function should take in input array, containing the names
of people who like an item. It must return the display text.
Expand Down

0 comments on commit 8eebd81

Please sign in to comment.