test(ui): refactor all tests

This commit is contained in:
hexxa 2021-08-24 20:00:16 +08:00 committed by Hexxa
parent dc3783a091
commit f2dd36c630
12 changed files with 534 additions and 701 deletions

View file

@ -34,7 +34,7 @@ func IsReachedLimitErr(err error) bool {
}
type Quota struct {
SpaceLimit int64 `json:"spaceLimit,space"`
SpaceLimit int64 `json:"spaceLimit,string"`
UploadSpeedLimit int `json:"uploadSpeedLimit"`
DownloadSpeedLimit int `json:"downloadSpeedLimit"`
}