This commit is contained in:
Rob Ede
2022-02-28 13:43:22 +00:00
committed by ad hoc
parent 3b2e467ca6
commit 15150db957
8 changed files with 13 additions and 16 deletions

View File

@ -443,7 +443,7 @@ mod test {
fn gen_task(id: TaskId, index_uid: &str, content: TaskContent) -> Task {
Task {
id,
index_uid: IndexUid::new_unchecked(index_uid.to_owned()),
index_uid: IndexUid::new_unchecked(index_uid),
content,
events: vec![],
}