Currently, swh.indexer.tests.test_utils.fill_storage computes hashes itself (some are even dummy values). swh.model.hashutil.MultiHash should be used instead, that's what it's for.
Description
Description
Revisions and Commits
Revisions and Commits
Currently, swh.indexer.tests.test_utils.fill_storage computes hashes itself (some are even dummy values). swh.model.hashutil.MultiHash should be used instead, that's what it's for.