Skip to content

Commit

Permalink
fix: update channel_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Antti Kupila <[email protected]>
  • Loading branch information
totalimmersion and akupila committed Dec 4, 2024
1 parent 7c9d952 commit 426e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit 426e4f8

Please sign in to comment.