rmmagent/agent/rpc_test.go
2022-06-24 09:29:00 -07:00

11 lines
No EOL
196 B
Go

package agent
import (
"testing"
)
//uncomment to test rpc, comment to add back before commit, this test will always timeout
func TestRunRPC(t *testing.T) {
a := New(lg, version)
a.RunRPC()
}