Fix casing

This commit is contained in:
Chris S. Kim 2022-08-26 11:56:26 -04:00
parent 1c43a1a7b4
commit 937a8ec742
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ func TestStreamResources_Server_DisconnectsOnHeartbeatTimeout(t *testing.T) {
srv, store := newTestServer(t, func(c *Config) { srv, store := newTestServer(t, func(c *Config) {
c.Tracker.SetClock(it.Now) c.Tracker.SetClock(it.Now)
c.incomingHeartbeatTimeout = 50 * time.Millisecond // may need to be tuned higher to reduce flakes c.IncomingHeartbeatTimeout = 50 * time.Millisecond // may need to be tuned higher to reduce flakes
}) })
p := writePeeringToBeDialed(t, store, 1, "my-peer") p := writePeeringToBeDialed(t, store, 1, "my-peer")