Skip to content

Commit

Permalink
fix(connect options): fix TestConnectOptions_WithUserID
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasl-dev committed Aug 1, 2021
1 parent 7ecf551 commit 74e0259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestConnectOptions_WithNumShards(t *testing.T) {

func TestConnectOptions_WithUserID(t *testing.T) {
const (
userID = 432617716961116180
userID = "432617716961116180"
)
actual := NewConnectOptions().WithUserID(userID)
expected := &ConnectOptions{
Expand Down

0 comments on commit 74e0259

Please sign in to comment.