Skip to content

Commit 7df2729

Browse files
Update channel_test.go
Co-authored-by: Antti Kupila <[email protected]>
1 parent df18a29 commit 7df2729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channel_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ func TestChannel_Archive(t *testing.T) {
770770
require.NoError(t, err, "unarchive channel")
771771
require.Nil(t, member.ChannelMember.ArchivedAt)
772772

773-
// query for pinned the channel
773+
// query for the archived channel
774774
queryChannResp, err = c.QueryChannels(ctx, &QueryOption{
775775
UserID: users[0].ID,
776776
Filter: map[string]interface{}{

0 commit comments

Comments
 (0)