Skip to content

Commit

Permalink
revert unneeded changes to ReconnectBufSize test
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jan 25, 2018
1 parent 14c9748 commit f5676e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,7 @@ func TestCallbacksOrder(t *testing.T) {
nats.ClosedHandler(cch),
nats.ErrorHandler(ech),
nats.ReconnectWait(50*time.Millisecond),
nats.DontRandomize(),
nats.ReconnectBufSize(10*1024))
nats.DontRandomize())

if err != nil {
t.Fatalf("Unable to connect: %v\n", err)
Expand Down

0 comments on commit f5676e9

Please sign in to comment.