mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 07:26:53 +00:00
Unit tests for communication/base package (#312)
* Added tests * Added tests communications base * Removed unnecessary field * Review corrections: linter * Review corrections: typo
This commit is contained in:
committed by
Adrian Gallagher
parent
e8bc3b5e76
commit
416fbbd5ae
@@ -54,6 +54,7 @@ func (c IComm) PushEvent(event Event) {
|
||||
|
||||
// GetEnabledCommunicationMediums prints out enabled and connected communication
|
||||
// packages
|
||||
// (#debug output only)
|
||||
func (c IComm) GetEnabledCommunicationMediums() {
|
||||
var count int
|
||||
for i := range c {
|
||||
|
||||
Reference in New Issue
Block a user