feat: finalizations for M0-M2
This commit is contained in:
@@ -44,7 +44,7 @@ fn make_test_project(id: &str, slug: &str) -> Project {
|
||||
}
|
||||
|
||||
fn setup() -> (Database, TempDir) {
|
||||
let db = Database::open_in_memory().unwrap();
|
||||
let mut db = Database::open_in_memory().unwrap();
|
||||
db.migrate().unwrap();
|
||||
ensure_fts_tables(db.conn()).unwrap();
|
||||
insert_project(db.conn(), &make_test_project("p1", "blog")).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user