Skip to content

Commit 077c3d6

Browse files
committed
size fix
1 parent dc9b565 commit 077c3d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/cli_tests/zboxcli_download_dir_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ func TestDownloadDir(testSetup *testing.T) {
195195

196196
// This test creates a separate wallet and allocates there, test nesting is required to create another wallet json file
197197
t.Run("Share Directory from Another Wallet", func(t *test.SystemTest) {
198-
allocationID := setupAllocation(t, configPath, map[string]interface{}{
199-
"size": 10 * 1024,
200-
})
198+
allocationID := setupAllocation(t, configPath)
201199
filename = generateFileAndUpload(t, allocationID, remotepath, filesize)
202200

203201
require.NotEqual(t, "", filename)

0 commit comments

Comments
 (0)