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