mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-15 13:04:20 +01:00
update tests after merging
This commit is contained in:
@@ -882,6 +882,7 @@ mod tests {
|
||||
has_rowid: true,
|
||||
is_strict: false,
|
||||
unique_sets: vec![],
|
||||
has_autoincrement: false,
|
||||
};
|
||||
|
||||
// Create orders table
|
||||
@@ -929,6 +930,7 @@ mod tests {
|
||||
],
|
||||
has_rowid: true,
|
||||
is_strict: false,
|
||||
has_autoincrement: false,
|
||||
unique_sets: vec![],
|
||||
};
|
||||
|
||||
@@ -965,6 +967,7 @@ mod tests {
|
||||
],
|
||||
has_rowid: true,
|
||||
is_strict: false,
|
||||
has_autoincrement: false,
|
||||
unique_sets: vec![],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user