From d8b23f1d55625bbd504172cfdb0cd2f5d96f0d13 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Fri, 10 Dec 2021 10:48:36 +0100 Subject: [PATCH] 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 --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index e9c09887e7..6014334fca 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -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",