mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-22 16:58:32 +02:00
chore: corrected error type and clippy satisfaction
This commit is contained in:
@@ -292,7 +292,7 @@ mod tests {
|
||||
.await
|
||||
.expect("Failed to store related entity 2")
|
||||
.unwrap();
|
||||
let unrelated_entity = db
|
||||
let _unrelated_entity = db
|
||||
.store_item(unrelated_entity.clone())
|
||||
.await
|
||||
.expect("Failed to store unrelated entity")
|
||||
|
||||
Reference in New Issue
Block a user