update tests

This commit is contained in:
qdequele
2020-05-22 11:52:01 +02:00
parent 7e6f068b18
commit a5ab4b3f64
3 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ use structopt::StructOpt;
const POSSIBLE_ENV: [&str; 2] = ["development", "production"];
#[derive(Debug, Clone, StructOpt)]
#[derive(Debug, Default, Clone, StructOpt)]
pub struct Opt {
/// The destination where the database must be created.
#[structopt(long, env = "MEILI_DB_PATH", default_value = "./data.ms")]