mirror of
https://github.com/distribution/distribution.git
synced 2026-02-21 14:22:14 +00:00
This test was using a hard-coded value for the size of the manifest, which made it difficult to correlate the tested value with what it was testing. This patch updates populateRepo to return the actual size when serialized, and updates manifestStoreTestEnv to include the size to test for. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>