diff --git a/geoffrey_api/src/commands/selling.rs b/geoffrey_api/src/commands/selling.rs index 3369924..6ee9a1a 100644 --- a/geoffrey_api/src/commands/selling.rs +++ b/geoffrey_api/src/commands/selling.rs @@ -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();