11 lines
107 B
Go
11 lines
107 B
Go
|
package client
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TestRPC_Equipment test
|
||
|
func TestRPC_Equipment(t *testing.T) {
|
||
|
|
||
|
}
|