Fix tests

This commit is contained in:
osipovartem 2025-07-30 11:43:49 +03:00
parent b3b88d7416
commit 7697d35d86
2 changed files with 2 additions and 1 deletions

View file

@ -5060,7 +5060,7 @@ impl<'a> Parser<'a> {
managed_location,
or_replace: false,
transient: false,
clone: None,
clone,
data_retention_time_in_days: None,
max_data_extension_time_in_days: None,
external_volume: None,

View file

@ -7968,6 +7968,7 @@ fn parse_create_database() {
location,
managed_location,
clone,
..
} => {
assert_eq!("mydb", db_name.to_string());
assert!(!if_not_exists);