1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00
This commit is contained in:
Rob Ede
2021-07-16 21:46:32 +01:00
parent ad22a93466
commit a0fe2a9b2e
3 changed files with 5 additions and 4 deletions

View File

@ -286,7 +286,7 @@ fn new_arbiter_with_tokio() {
arb.join().unwrap();
assert_eq!(false, counter.load(Ordering::SeqCst));
assert!(!counter.load(Ordering::SeqCst));
}
#[test]