This commit is contained in:
Irevoire 2022-08-12 15:11:01 +02:00
parent 83e20027fd
commit 68a7d6bc61
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B

View File

@ -372,9 +372,6 @@ pub mod test {
let tasks = store.list_tasks(&txn, None, Some(filter), None).unwrap();
assert_eq!(tasks.len(), 1);
assert_eq!(
tasks.first().as_ref().unwrap().index_uid().unwrap(),
"test"
);
assert_eq!(tasks.first().as_ref().unwrap().index_uid().unwrap(), "test");
}
}