mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -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 {
|
if result := <-awoken; result != wake {
|
||||||
t.Fatalf("expected to wake %q, got %q", wake, result)
|
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
|
// Test that an invite unblocks the request
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue