Skip to content

Commit

Permalink
add remaining test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 7, 2024
1 parent 3e8b6f2 commit 9a8148b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async fn dirty_in_progress() {
let read = output.strongly_consistent().await?;
assert_eq!(read.value, value);
assert_eq!(read.collectible, collectible);
println!("\n");
}
anyhow::Ok(())
})
Expand Down

0 comments on commit 9a8148b

Please sign in to comment.