mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
small fixes
This commit is contained in:
@@ -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:?}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user