small fixes

This commit is contained in:
Nikita Sivukhin
2025-09-17 19:20:42 +04:00
parent 93e4dfbd69
commit c1176356f7
2 changed files with 14 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ fn test_schema_reprepare() {
assert_eq!(err.to_string(), "Parse error: no such column: x");
break;
}
r => panic!("unexpected response: {:?}", r),
r => panic!("unexpected response: {r:?}"),
}
}