Skip to content

Commit 1bf834f

Browse files
alallemacurquiza
andauthored
Update spec/meilisearch/index/settings_spec.rb
Co-authored-by: Clémentine Urquizar <[email protected]>
1 parent 6a05223 commit 1bf834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/meilisearch/index/settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
expect(index.attributes_for_faceting).to contain_exactly(*attributes_for_faceting)
395395
end
396396

397-
it 'updates attributes at null' do
397+
it 'updates attributes for faceting at null' do
398398
response = index.update_attributes_for_faceting(nil)
399399
expect(response).to have_key('updateId')
400400
index.wait_for_pending_update(response['updateId'])

0 commit comments

Comments
 (0)