mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
11 lines
107 B
Go
11 lines
107 B
Go
|
|
package client
|
||
|
|
|
||
|
|
import (
|
||
|
|
"testing"
|
||
|
|
)
|
||
|
|
|
||
|
|
// TestRPC_Equipment test
|
||
|
|
func TestRPC_Equipment(t *testing.T) {
|
||
|
|
|
||
|
|
}
|