Skip to content

Commit 8ba57e1

Browse files
committed
Add comment on why we print
Signed-off-by: Moritz Hoffmann <mh@materialize.com>
1 parent 9759007 commit 8ba57e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/timely-util/src/containers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ mod tests {
534534

535535
#[mz_ore::test]
536536
fn test_column_from_bytes() {
537+
// Print the desired contents of raw_columnar_bytes so that diagnosing test failures is
538+
// easier.
537539
{
538540
let mut column: Column<i32> = Default::default();
539541
column.push_into(1);

0 commit comments

Comments
 (0)