mirror of
https://github.com/distribution/distribution.git
synced 2025-09-12 21:28:59 +00:00
cleanup: make blob sizes easier to understand
This is a followup to https://github.com/distribution/distribution/pull/4139 Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
@@ -320,7 +320,7 @@ func TestProxyStoreServeMany(t *testing.T) {
|
||||
func TestProxyStoreServeBig(t *testing.T) {
|
||||
te := makeTestEnv(t, "foo/bar")
|
||||
|
||||
blobSize := 2 << 20
|
||||
blobSize := 2 * 1024 * 1024
|
||||
blobCount := 4
|
||||
numUnique := 2
|
||||
populate(t, te, blobCount, blobSize, numUnique)
|
||||
|
Reference in New Issue
Block a user