Skip to content

Commit

Permalink
Experimenting with test coverage...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-rembridge committed May 6, 2024
1 parent eede1df commit 39ab9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/streaming/partitions/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ mod tests {
Arc::new(AtomicU64::new(0)),
Arc::new(AtomicU32::new(0)),
);
println!("{}", partition);
assert!(partition.cache.is_none());
}

Expand Down

0 comments on commit 39ab9cb

Please sign in to comment.