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 a713f87 commit a076b68Copy full SHA for a076b68
tests/microgrid/test_grid.py
@@ -36,9 +36,7 @@ async def test_grid_2(mocker: MockerFixture) -> None:
36
components = {grid_1, meter_2}
37
connections = {ComponentConnection(source=grid_1.id, destination=meter_2.id)}
38
39
- graph = gr.ComponentGraph[
40
- Component, ComponentConnection, ComponentId
41
- ]( # pylint: disable=protected-access
+ graph = gr.ComponentGraph[Component, ComponentConnection, ComponentId](
42
components=components, connections=connections
43
)
44
0 commit comments