Skip to content

Commit afa6c27

Browse files
committed
Improve
1 parent 5f7ee86 commit afa6c27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

etl/tests/pipeline_with_failpoints.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,7 @@ async fn table_schema_replication_masks_are_consistent_after_restart() {
553553
assert_eq!(
554554
relation_column_counts,
555555
vec![4, 3, 2],
556-
"Expected relation column counts [4, 3, 2], got {:?}",
557-
relation_column_counts
556+
"Expected relation column counts [4, 3, 2], got {relation_column_counts:?}"
558557
);
559558

560559
// Verify relation column names for each phase.
@@ -637,8 +636,7 @@ async fn table_schema_replication_masks_are_consistent_after_restart() {
637636
assert_eq!(
638637
insert_value_counts,
639638
vec![4, 3, 2],
640-
"Expected insert value counts [4, 3, 2], got {:?}",
641-
insert_value_counts
639+
"Expected insert value counts [4, 3, 2], got {insert_value_counts:?}"
642640
);
643641
};
644642

0 commit comments

Comments
 (0)