testing setup
This commit is contained in:
parent
7457bf0b93
commit
7c46970b67
7 changed files with 109 additions and 59 deletions
10
agent/rpc_test.go
Normal file
10
agent/rpc_test.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package agent
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRunRPC(t *testing.T) {
|
||||
a := New(lg, version)
|
||||
a.RunRPC()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue