mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Hopefully unstick test
This commit is contained in:
parent
d05d52df19
commit
7a4d9e222d
|
|
@ -180,6 +180,9 @@ func TestCorrectStreamWakeup(t *testing.T) {
|
|||
if result := <-awoken; result != wake {
|
||||
t.Fatalf("expected to wake %q, got %q", wake, result)
|
||||
}
|
||||
|
||||
close(n.userDeviceStreams[alice]["one"].signalChannel)
|
||||
close(n.userDeviceStreams[alice]["two"].signalChannel)
|
||||
}
|
||||
|
||||
// Test that an invite unblocks the request
|
||||
|
|
|
|||
Loading…
Reference in a new issue