add more tests

This commit is contained in:
2022-06-09 06:41:01 +00:00
committed by GitHub
parent f535d751e5
commit b7aab2a540

View File

@@ -38,3 +38,8 @@ fn check_user_or_not(obj: &JsonValue) -> bool {
let r = UseOrNot::from_json(obj);
r.is_ok()
}
#[test]
fn test_get_settings_list() {
get_settings_list();
}