Skip to content

Commit

Permalink
added missing "to"
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Oct 20, 2023
1 parent d54ab93 commit b78f63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_list_clusters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Module test list
Module to test list
"""
from unittest import TestCase
from unittest.mock import Mock
Expand All @@ -11,7 +11,7 @@

class TestList(TestCase):
"""
Class test list
Class to test list
"""

def test_setup(self):
Expand Down

0 comments on commit b78f63d

Please sign in to comment.