Skip to content

Commit d75da71

Browse files
author
EliuX
committed
Remove remaining comments
1 parent 336eb75 commit d75da71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/sql_repository_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def test_find_all(sql_repository):
5454
assert all(e in existing_elements_registry for e in existing_elements)
5555

5656

57-
def test_find_all_that_contains_property_with_string(sql_repository):
58-
"""Find all elements that have a property that partially contains a string (case-insensitive)"""
57+
def test_find_all_that_contains_property_with_string_case_insensitive(sql_repository):
5958
fake_name = fake.name()
6059
new_element = dict(name="%s Snow" % fake_name,
6160
email=fake.safe_email(),

0 commit comments

Comments
 (0)