Skip to content

Commit

Permalink
Removed use of connection serial from connect test
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Oct 26, 2023
1 parent c62f00a commit 8586ba6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ably/realtime_conn_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ func TestRealtimeConn_Connect(t *testing.T) {
assert.NoError(t, err,
"Connect()=%v", err)

serial := client.Connection.Serial()
assert.NotNil(t, serial)
assert.Equal(t, int64(-1), *serial,
"want serial=-1; got %d", client.Connection.Serial())

err = ablytest.FullRealtimeCloser(client).Close()
assert.NoError(t, err, "ablytest.FullRealtimeCloser(client).Close()=%v", err)

Expand Down

0 comments on commit 8586ba6

Please sign in to comment.