We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d1329 commit 87d3a4eCopy full SHA for 87d3a4e
1 file changed
Assets/Plugins/StreamChat/Tests/StatefulClient/ChannelsTests.cs
@@ -30,8 +30,6 @@ public IEnumerator When_creating_channel_with_id_expect_no_errors()
30
private async Task When_creating_channel_with_id_expect_no_errors_Async()
31
{
32
var channel = await CreateUniqueTempChannelAsync();
33
-
34
- throw new Exception("Fail test to test CI/CD pipeline"); //StreamTodo: remove this
35
}
36
37
[UnityTest]
0 commit comments