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:
Milos Gajdos 2023-10-31 14:53:02 -07:00
parent ecb475a232
commit 7430651536
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -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)