Skip to content

Commit a64ce0c

Browse files
committed
Remove comment
1 parent d7266a7 commit a64ce0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

upstairs/src/dummy_downstairs_tests.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2143,9 +2143,6 @@ async fn test_deactivate_slow() {
21432143

21442144
// At this point, the upstairs sends YouAreNoLongerActive, but then
21452145
// drops the sender end, so we can't actually see it.
2146-
//
2147-
// TODO is this correct? Shouldn't values in the mpsc queue be read out,
2148-
// even if the sender has been dropped?
21492146
assert!(harness.ds1().recv().await.is_none());
21502147

21512148
// Reconnect ds1, since the Downstairs always tries to reconnect

0 commit comments

Comments
 (0)