feat(files/sharing): refactor sharing apis with tests
This commit is contained in:
parent
5ef94afd7a
commit
80d54f42a1
5 changed files with 67 additions and 16 deletions
|
@ -148,7 +148,6 @@ func TestConcurrency(t *testing.T) {
|
|||
if selfResp.UsedSpace != int64((filesCount-1)*len(content)) {
|
||||
t.Fatalf("usedSpace(%d) doesn't match (%d)", selfResp.UsedSpace, int64((filesCount-1)*len(content)))
|
||||
}
|
||||
fmt.Println("\n\n\n", selfResp.UsedSpace, int64((filesCount-1)*len(content)))
|
||||
|
||||
wg.Done()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue