mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-02 19:11:43 +02:00
clippy: adhere to pedantic clippy, uniform test error handling
This commit is contained in:
@@ -861,7 +861,7 @@ mod tests {
|
||||
let question = CorpusQuestion {
|
||||
question_id: "q1".to_string(),
|
||||
paragraph_id: paragraph_one.paragraph_id.clone(),
|
||||
text_content_id: text_content_id,
|
||||
text_content_id,
|
||||
question_text: "What is this?".to_string(),
|
||||
answers: vec!["Hello".to_string()],
|
||||
is_impossible: false,
|
||||
|
||||
Reference in New Issue
Block a user