Merge pull request #1720 from lukpueh/add-missing-test-type-hint

test: add missing return type hint in test method
This commit is contained in:
lukpueh 2021-12-10 10:59:05 +01:00 committed by GitHub
commit 03cf3339ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",