Fixed selling test
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
parent
caf7212cca
commit
29a4cd3eb6
|
@ -115,6 +115,7 @@ mod test {
|
||||||
let config = GeoffreyAPIConfig {
|
let config = GeoffreyAPIConfig {
|
||||||
db_path: PathBuf::from("test_db/"),
|
db_path: PathBuf::from("test_db/"),
|
||||||
host: "".to_string(),
|
host: "".to_string(),
|
||||||
|
max_str_len: 64,
|
||||||
};
|
};
|
||||||
|
|
||||||
let ctx = Context::new(config.clone()).unwrap();
|
let ctx = Context::new(config.clone()).unwrap();
|
||||||
|
|
Loading…
Reference in New Issue