Skip to content

Commit f52addc

Browse files
committed
Update tests according to the typo fix on MeiliSearch side
1 parent 8893955 commit f52addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/meilisearch/index/documents_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
task = index.add_documents(documents)
2222
expect(task).to be_a(Hash)
2323
expect(task).to have_key('uid')
24-
expect(task['type']).to eq('documentsAddition')
24+
expect(task['type']).to eq('documentAddition')
2525
client.wait_for_task(task['uid'])
2626
expect(index.documents.count).to eq(documents.count)
2727
end

0 commit comments

Comments
 (0)