Commit Graph

7 Commits

Author SHA1 Message Date
30cf972987 Add test with a dump 2024-05-20 10:36:18 +02:00
d8bf3f3fc2 Remove unused snapshots 2023-10-31 10:12:49 +01:00
4f4c669d50 add back some dump snapshots that disappeared. it's completely unrelated to this PR 2023-08-08 16:58:14 +02:00
4b7b2d6a90 fix the import of dump v2 generated by meilisearch v0.22.0 2023-01-31 13:03:28 +01:00
f9aa897ab5 Update insta tests 2023-01-05 10:19:19 +01:00
1260c32d18 Add reader mod test 2022-12-01 14:03:15 +01:00
7b8641a7af fix the dump tests
The issue was linked to the fact that the debug implementation of the PhantomData wasn't the same between rust stable and rust nightly.
This was causing an issue while snapshsotting the settings and this commit fix it by representing the settings as json which already ignores the PhantomData
2022-11-23 16:59:20 +01:00