fixed failing test
This commit is contained in:
@@ -2930,8 +2930,8 @@ fn main() {
|
||||
};
|
||||
|
||||
let mainfut = async {
|
||||
handle1.await;
|
||||
handle2.await;
|
||||
fut1.await;
|
||||
fut2.await;
|
||||
};
|
||||
|
||||
block_on(mainfut);
|
||||
|
||||
Reference in New Issue
Block a user