(t *testing.T)
| 5 | ) |
| 6 | |
| 7 | func TestGetAllGuard(t *testing.T) { |
| 8 | guardUser, err := GetAllGuard("628537") |
| 9 | if err != nil { |
| 10 | t.Fatal(err) |
| 11 | } |
| 12 | t.Logf("%+v\n", guardUser) |
| 13 | } |
| 14 | |
| 15 | func TestGetVideoSummary(t *testing.T) { |
| 16 | videoSummary, err := GetVideoSummary("BV1ju4y1s7kn") |
nothing calls this directly
no test coverage detected
searching dependent graphs…