test(db): test existence of selected properties table
This commit is contained in:
parent
88c6acd7e4
commit
aa9743fd2b
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ mod db_impl {
|
|||
assert!(tables.contains(&"items".to_string()));
|
||||
assert!(tables.contains(&"properties".to_string()));
|
||||
assert!(tables.contains(&"item_properties".to_string()));
|
||||
assert!(tables.contains(&"selected_properties".to_string()));
|
||||
}
|
||||
|
||||
// Item Lifecycle Tests
|
||||
|
|
Loading…
Add table
Reference in a new issue