Commit ee498ac
Merge #397
397: Refactor version test r=alallema a=sanders41
# Pull Request
`@alallema` we basically had the same idea. Since we know the expected format my thinking here is the first item in the list should start with `Meilisearch Python (`, then the specific version is already tested in `meilisearch-python` so we can trust that is correct.
## Related issue
Discussed in #396
## What does this PR do?
- Makes it where the test won't fail with every update to `meilisearch-python`
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Paul Sanders <[email protected]>1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments