This commit is contained in:
邹宗楠
2022-08-30 09:32:20 +08:00
parent c3d3ed8f16
commit 9ab4c3b6c3
6 changed files with 31 additions and 10 deletions

View File

@@ -157,7 +157,7 @@ func TestCommentScore(t *testing.T) {
}
func TestGetBoundList(t *testing.T) {
result, err := api.GetBoundList("")
result, err := api.GetBoundList("15478260")
if err != nil {
t.Fatal(err)
}