mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
Start implementing Ui config on top of the Config enum
This commit is contained in:
@@ -128,7 +128,7 @@ unsafe fn stress_functions(context: &Context) {
|
||||
free(fn1 as *mut libc::c_void);
|
||||
}
|
||||
|
||||
let res = context.get_config(config::Config::SysConfigKeys).unwrap();
|
||||
let res = context.get_config(&config::Config::SysConfigKeys).unwrap();
|
||||
|
||||
assert!(!res.contains(" probably_never_a_key "));
|
||||
assert!(res.contains(" addr "));
|
||||
|
||||
Reference in New Issue
Block a user