rmmagent/agent/rpc_test.go
2022-06-15 18:26:10 -07:00

10 lines
106 B
Go

package agent
import (
"testing"
)
func TestRunRPC(t *testing.T) {
a := New(lg, version)
a.RunRPC()
}