我应该unwrap一下的(
This commit is contained in:
parent
80d0b05dd7
commit
e9ccc8604a
@ -125,6 +125,6 @@ mod tests {
|
|||||||
async fn test_get_file_list() {
|
async fn test_get_file_list() {
|
||||||
let config = gen_config();
|
let config = gen_config();
|
||||||
let cluster = Cluster::new(config);
|
let cluster = Cluster::new(config);
|
||||||
cluster.get_file_list().await;
|
cluster.get_file_list().await.unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user