fix(android): expose voice diagnostics safely
This commit is contained in:
@@ -932,8 +932,12 @@ mod tests {
|
||||
#[test]
|
||||
fn query_client_type_maps_to_server_query_flag() {
|
||||
assert!(!is_server_query_client_type(&ClientType::Normal));
|
||||
assert!(is_server_query_client_type(&ClientType::Query { admin: false }));
|
||||
assert!(is_server_query_client_type(&ClientType::Query { admin: true }));
|
||||
assert!(is_server_query_client_type(&ClientType::Query {
|
||||
admin: false
|
||||
}));
|
||||
assert!(is_server_query_client_type(&ClientType::Query {
|
||||
admin: true
|
||||
}));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user