Skip to content

Commit

Permalink
Test forward message without leave channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Jan 31, 2025
1 parent 4adc1c0 commit 06beb4e
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 06beb4e

Please sign in to comment.