package connections import ( "testing" ) func TestConnectionsManager(t *testing.T) { // TODO We need to encapsulate connections behind a well defined interface for tesintg NewConnectionsManager() }