Skip to content

Commit c00be91

Browse files
fmt
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 82436de commit c00be91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etl/tests/partitioned_table_test.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,10 @@ async fn partition_drop_does_not_emit_delete_or_truncate() {
292292
.map(|v| v.len())
293293
.unwrap_or(0);
294294

295-
assert_eq!(del_after, del_before, "Partition drop must not emit DELETE events");
295+
assert_eq!(
296+
del_after, del_before,
297+
"Partition drop must not emit DELETE events"
298+
);
296299
assert_eq!(
297300
trunc_after, trunc_before,
298301
"Partition drop must not emit TRUNCATE events"

0 commit comments

Comments
 (0)