Hopefully unstick test

This commit is contained in:
Neil Alexander 2020-05-27 18:17:27 +01:00
parent d05d52df19
commit 7a4d9e222d

View file

@ -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