Skip to content

Commit

Permalink
Re-add leave statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Jan 31, 2025
1 parent 06beb4e commit e949e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void TestForwardMessage()
channel.SendText("message_to_forward");

var forwarded = messageForwardReceivedManualEvent.WaitOne(12000);
//forwardingChannel.Leave();
forwardingChannel.Leave();
Assert.True(forwarded);
}

Expand Down

0 comments on commit e949e83

Please sign in to comment.