commit aaff2b2add7c25bd5ab8c1ad8936e2c808b87e29 from: Stefan Sperling date: Wed Sep 11 11:16:55 2024 UTC fix typo in test name commit - 990e70e8bba83e9cb735aa621d7f08058ded32eb commit + aaff2b2add7c25bd5ab8c1ad8936e2c808b87e29 blob - bf1d67a55efa310f33e1c25c9aacc78155591e6d blob + e660f4d3fa82c59ca165f39717f5812f43e53dba --- swh/loader/git/tests/test_loader.py +++ swh/loader/git/tests/test_loader.py @@ -1150,7 +1150,7 @@ def test_split_lines_and_remainder(input, output): TEST_DATA = os.path.join(os.path.dirname(__file__), "data") -def test_loader_load_in_toplogical_order( +def test_loader_load_in_topological_order( swh_storage, datadir, tmp_path, mocker, sentry_events ): """Ensure that objects which are already present in storage will not be