Updated ers test

This commit is contained in:
Trial97
2019-09-24 18:14:25 +03:00
committed by Dan Christian Bogos
parent 5dd277835d
commit 2c7247586b

View File

@@ -38,7 +38,7 @@ func TestERsNewERService(t *testing.T) {
stopLsn: make(map[string]chan struct{}),
rdrEvents: make(chan *erEvent),
rdrErr: make(chan error),
exitChan: nil,
stopChan: nil,
sS: nil}
rcv := NewERService(cfg, fltrS, nil, nil)