forked from cwtch.im/cwtch
1
0
Fork 0
cwtch/peer/connections/connectsmanager_test.go

11 lines
203 B
Go

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