mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix the tests
This commit is contained in:
parent
0d4482625a
commit
462b4c0080
6 changed files with 33 additions and 60 deletions
|
@ -1565,7 +1565,7 @@ mod tests {
|
|||
})
|
||||
.unwrap_err();
|
||||
assert!(matches!(error, Error::UserError(UserError::PrimaryKeyCannotBeChanged(_))));
|
||||
wtxn.abort().unwrap();
|
||||
wtxn.abort();
|
||||
|
||||
// But if we clear the database...
|
||||
let mut wtxn = index.write_txn().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue