From 7df272901c746a1db475390f158e8002f6c348e4 Mon Sep 17 00:00:00 2001 From: Lennart <1247198+totalimmersion@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:43:31 +0100 Subject: [PATCH] Update channel_test.go Co-authored-by: Antti Kupila --- channel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel_test.go b/channel_test.go index 397833b..3116311 100644 --- a/channel_test.go +++ b/channel_test.go @@ -770,7 +770,7 @@ func TestChannel_Archive(t *testing.T) { require.NoError(t, err, "unarchive channel") require.Nil(t, member.ChannelMember.ArchivedAt) - // query for pinned the channel + // query for the archived channel queryChannResp, err = c.QueryChannels(ctx, &QueryOption{ UserID: users[0].ID, Filter: map[string]interface{}{