We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee3a11 commit 167052fCopy full SHA for 167052f
pytests/test_common.py
@@ -188,6 +188,18 @@ def test_module_import_microgrid_communication_components() -> None:
188
189
assert communication_components is not None
190
191
+ from frequenz.api.common.v1.microgrid.communication_components import (
192
+ communication_components_pb2,
193
+ )
194
+
195
+ assert communication_components_pb2 is not None
196
197
198
+ communication_components_pb2_grpc,
199
200
201
+ assert communication_components_pb2_grpc is not None
202
203
204
def test_module_import_location() -> None:
205
"""Test that the modules can be imported."""
0 commit comments