我应该unwrap一下的(

This commit is contained in:
shenjack-5600u 2024-01-27 22:46:18 +08:00
parent 80d0b05dd7
commit e9ccc8604a
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F

View File

@ -125,6 +125,6 @@ mod tests {
async fn test_get_file_list() {
let config = gen_config();
let cluster = Cluster::new(config);
cluster.get_file_list().await;
cluster.get_file_list().await.unwrap();
}
}