Skip to content

Commit d20bdc1

Browse files
committed
Fix formatting of test assert
Signed-off-by: DerGut <jannik.steinmann@gmx.de>
1 parent 0cd81c1 commit d20bdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/memory/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ mod tests {
18121812
.unwrap_err()
18131813
.to_string(),
18141814
format!(
1815-
"TableAlreadyExists => Cannot create table {:? }. Table already exists.",
1815+
"TableAlreadyExists => Cannot create table {:?}. Table already exists.",
18161816
&dst_table_ident
18171817
),
18181818
);

0 commit comments

Comments
 (0)