Skip to content

Commit 8bda31c

Browse files
Fix references to EV charger in PV inverter tests
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 2251982 commit 8bda31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/timeseries/_pv_pool/test_pv_pool_control_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def mocks(mocker: MockerFixture) -> typing.AsyncIterator[_Mocks]:
4949
yield _Mocks(
5050
mockgrid,
5151
streamer,
52-
dp._ev_power_wrapper.status_channel.new_sender(),
52+
dp._pv_power_wrapper.status_channel.new_sender(),
5353
)
5454

5555

0 commit comments

Comments
 (0)