We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d499a commit b97ce71Copy full SHA for b97ce71
socketioxide/tests/connect.rs
@@ -26,7 +26,7 @@ pub async fn connect_middleware() {
26
assert_ok!(srx.next().await.unwrap());
27
28
29
- assert_eq!(rx.recv().await.unwrap(), 3);
+ assert_eq!(rx.recv().await.unwrap(), 3);
30
assert_eq!(rx.recv().await.unwrap(), 2);
31
assert_eq!(rx.recv().await.unwrap(), 1);
32
rx.try_recv().unwrap_err();
0 commit comments