(t *testing.T)
| 21 | } |
| 22 | |
| 23 | func TestGetDynamicDetail(t *testing.T) { |
| 24 | cfg := NewCookieConfig("config.json") |
| 25 | detail, err := GetDynamicDetail(cfg, "851252197280710664") |
| 26 | if err != nil { |
| 27 | t.Fatal(err) |
| 28 | } |
| 29 | t.Logf("%+v\n", detail) |
| 30 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…