From df18a29e57ca5b7a399125cac4a58d2807ffc91b Mon Sep 17 00:00:00 2001 From: Lennart <1247198+totalimmersion@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:43:19 +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 0495517..397833b 100644 --- a/channel_test.go +++ b/channel_test.go @@ -745,7 +745,7 @@ func TestChannel_Archive(t *testing.T) { } ch := initChannel(t, c, members...) - //pin the channel + //archive the channel now := time.Now() member, err := ch.Archive(ctx, users[0].ID) require.NoError(t, err, "archive channel")