Skip to content

Commit

Permalink
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 authored Dec 4, 2024
1 parent 3ddf59a commit df18a29
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 @@ -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")
Expand Down

0 comments on commit df18a29

Please sign in to comment.