Skip to content

Commit 0e6e061

Browse files
eskombrobidoubiwa
andauthored
Comment formating bidoubiwa
Co-authored-by: cvermand <[email protected]>
1 parent 7281ad2 commit 0e6e061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meilisearch/tests/settings/test_settings_searchable_attributes_meilisearch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def teardown_class(self):
2323
self.index.delete()
2424

2525
def test_get_searchable_attributes(self):
26-
"""Tests a call to get searchableAttributes on an empty and populated index"""
26+
"""Tests getting the searchable attributes on an empty and populated index"""
2727
response = self.index.get_searchable_attributes()
2828
assert isinstance(response, object)
2929
assert response == []
@@ -35,7 +35,7 @@ def test_get_searchable_attributes(self):
3535

3636

3737
def test_update_searchable_attributes(self):
38-
"""Tests the modification of searchableAttributes"""
38+
"""Tests updating the searchable attributes"""
3939
response = self.index.update_searchable_attributes(self.new_searchable_attributes)
4040
assert isinstance(response, object)
4141
assert 'updateId' in response
@@ -45,7 +45,7 @@ def test_update_searchable_attributes(self):
4545
assert attribute in response
4646

4747
def test_reset_searchable_attributes(self):
48-
"""Tests the reset of searchableAttributes"""
48+
"""Tests reseting searchable attributes"""
4949
response = self.index.reset_searchable_attributes()
5050
assert isinstance(response, object)
5151
assert 'updateId' in response

0 commit comments

Comments
 (0)