This commit is contained in:
苏尹岚
2021-03-01 18:14:36 +08:00
parent 34af8ec1ed
commit 1c49fcb1d7
4 changed files with 37 additions and 2 deletions

View File

@@ -606,7 +606,7 @@ func maxUncrossedLines(A []int, B []int) (s int) {
}
func TestShopList(t *testing.T) {
result, err := api.ShopList(2)
result, err := api.ShopList(25)
if err != nil {
t.Fatal(err)
}