rmmagent/agent/rpc_test.go

10 lines
106 B
Go
Raw Normal View History

2022-06-16 01:26:10 +00:00
package agent
import (
"testing"
)
func TestRunRPC(t *testing.T) {
a := New(lg, version)
a.RunRPC()
}