Autoformat
This commit is contained in:
parent
723de5c479
commit
3089c6f9ab
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ fn _get_test_db(name: &str) -> DB {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_populate() {
|
fn test_populate() {
|
||||||
use db::models::*;
|
use db::models::*;
|
||||||
|
|
||||||
let db = _get_test_db("populate.sqlite");
|
let db = _get_test_db("populate.sqlite");
|
||||||
let index = db.get_index();
|
let index = db.get_index();
|
||||||
index.update_index().unwrap();
|
index.update_index().unwrap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue