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 14a415e commit c35bcaaCopy full SHA for c35bcaa
pytests/test_dispatch.py
@@ -23,16 +23,3 @@ def test_module_import() -> None:
23
from frequenz.api.dispatch import dispatch_pb2_grpc
24
25
assert dispatch_pb2_grpc is not None
26
-
27
28
-def test_fcr_pq_import() -> None:
29
- """Test that the FCR prequalification sub module can be imported."""
30
- # pylint: disable=import-outside-toplevel
31
- from frequenz.api.dispatch.fcr import prequalification_pb2
32
33
- assert prequalification_pb2 is not None
34
35
36
- from frequenz.api.dispatch.fcr import prequalification_pb2_grpc
37
38
- assert prequalification_pb2_grpc is not None
0 commit comments