Run migrations to Rust 2021
This commit is contained in:
parent
2b213ef635
commit
9270577b68
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ mod tests {
|
|||
assert_eq!(cache.backing_folder, retrieved_cache.backing_folder);
|
||||
let test = cache.has_same_observable_content_as(&retrieved_cache).await;
|
||||
println!("Equal? {:?}", test);
|
||||
assert!(test.unwrap(), true);
|
||||
assert!(test.unwrap(), "{}", true);
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
Loading…
Add table
Reference in a new issue