Skip to content

Commit d9d1329

Browse files
committed
Add fake test failure to test CI/CD failure notification
1 parent 3728c0a commit d9d1329

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Assets/Plugins/StreamChat/Tests/StatefulClient/ChannelsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public IEnumerator When_creating_channel_with_id_expect_no_errors()
3030
private async Task When_creating_channel_with_id_expect_no_errors_Async()
3131
{
3232
var channel = await CreateUniqueTempChannelAsync();
33+
34+
throw new Exception("Fail test to test CI/CD pipeline"); //StreamTodo: remove this
3335
}
3436

3537
[UnityTest]

0 commit comments

Comments
 (0)