Skip to content

Commit df18a29

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channel_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ func TestChannel_Archive(t *testing.T) {
745745
}
746746
ch := initChannel(t, c, members...)
747747

748-
//pin the channel
748+
//archive the channel
749749
now := time.Now()
750750
member, err := ch.Archive(ctx, users[0].ID)
751751
require.NoError(t, err, "archive channel")

0 commit comments

Comments
 (0)