cwtch/protocol/connections/connectsmanager_test.go

12 lines
276 B
Go

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())
}