mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-26 06:30:05 +01:00
6987cac1ba
5174: Split tests for option crate meilisearch in a separate test file r=irevoire a=K-Kumar-01 # Pull Request Splits the tests for meilisearch option crate in a separate testfile. ## Related issue Partially solves #5116 ## What does this PR do? - Splits the test for `/src/option.rs` into a separate file `/src/option_test.rs` in meilisearch crate ## 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? Co-authored-by: Kushal Kumar <kushalkumargupta4@gmail.com>