diff options
Diffstat (limited to 'swarm/storage/filestore_test.go')
-rw-r--r-- | swarm/storage/filestore_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/filestore_test.go b/swarm/storage/filestore_test.go index d79efb530..9fe58f60c 100644 --- a/swarm/storage/filestore_test.go +++ b/swarm/storage/filestore_test.go @@ -25,7 +25,7 @@ import ( "testing" ) -const testDataSize = 0x1000000 +const testDataSize = 0x0001000 func TestFileStorerandom(t *testing.T) { testFileStoreRandom(false, t) |