We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0107e03 commit 94e9140Copy full SHA for 94e9140
meilisearch-test-macro/README.md
@@ -68,7 +68,7 @@ There are a few rules, though:
68
- `String`: It returns the name of the test.
69
- `Client`: It creates a client like that: `Client::new("http://localhost:7700", "masterKey")`.
70
- `Index`: It creates and deletes an index, as we've seen before.
71
- You can include multiple `Index` parameter to automatically create multiple indices.
+ You can include multiple `Index` parameter to automatically create multiple indexes.
72
73
2. You only get what you asked for. That means if you don't ask for an index, no index will be created in meilisearch.
74
So, if you are testing the creation of indexes, you can ask for a `Client` and a `String` and then create it yourself.
0 commit comments