Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Dec 7, 2023
1 parent 3b7bf34 commit 2ae17fe
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 @@ -72,7 +72,7 @@ func TestClient_CreateChannel(t *testing.T) {
},
{
"create channel with HideForCreator", "messaging", "", userID,
&ChannelRequest{Members: []string{userID}},
&ChannelRequest{Members: []string{userID, randomUsersID(t, c, 1)[0]}},
[]CreateChannelOptionFunc{HideForCreator(true)},
false,
},
Expand Down

0 comments on commit 2ae17fe

Please sign in to comment.