test: add missing return type hint in test method

Following parallel merges of #1700 (added new test method),
and #1710 (started running mypy on tests), ci/cd fails in the
develop branch. This is fixed in this patch.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2021-12-10 10:48:36 +01:00
parent 8209189a44
commit d8b23f1d55

View file

@ -87,7 +87,7 @@ def test_basic_repo(self) -> None:
],
)
def test_hashed_bin_delegation(self):
def test_hashed_bin_delegation(self) -> None:
"""Run 'hashed_bin_delegation.py' and assert creation of metadata files."""
self._run_script_and_assert_files(
"hashed_bin_delegation.py",