Fixed selling test
continuous-integration/woodpecker the build was successful Details

main
Joey Hines 2021-12-25 21:04:12 -06:00
parent caf7212cca
commit 29a4cd3eb6
Signed by: joeyahines
GPG Key ID: 0C681E6AED894AE4
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ mod test {
let config = GeoffreyAPIConfig {
db_path: PathBuf::from("test_db/"),
host: "".to_string(),
max_str_len: 64,
};
let ctx = Context::new(config.clone()).unwrap();