fix: protocol v1
This commit is contained in:
@ -10,7 +10,9 @@ import (
|
||||
)
|
||||
|
||||
func TestProtocolV2Operations(t *testing.T) {
|
||||
proto := &Protocol{}
|
||||
proto := &Protocol{
|
||||
logger: testsuite.NewLogger(t),
|
||||
}
|
||||
|
||||
factory := func(addr string) (protocol.Operations, error) {
|
||||
ctx := context.Background()
|
||||
|
Reference in New Issue
Block a user