Skip to content

Commit 4c6d6b6

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Rename test function
This is just to match the common name used in the repo-config cookiecutter template. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a8f4085 commit 4c6d6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/test_dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_package_import() -> None:
1212
assert v1 is not None
1313

1414

15-
def test_module_import() -> None:
15+
def test_module_import_components() -> None:
1616
"""Test that the modules can be imported."""
1717
# pylint: disable=import-outside-toplevel
1818
from frequenz.dispatch.v1 import dispatch_pb2

0 commit comments

Comments
 (0)