Fixed cover test in services

This commit is contained in:
andronache
2021-05-14 16:27:55 +03:00
committed by Dan Christian Bogos
parent 2cf821d29c
commit 5278169f43

View File

@@ -95,7 +95,7 @@ func (es *EventExporterService) Shutdown() (err error) {
defer es.Unlock()
close(es.stopChan)
es.eeS.Shutdown()
//es.eeS = nil
es.eeS = nil
//<-es.intConnChan
return
}