Skip to content

Commit c26c518

Browse files
committed
Update test method descriptions
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent ec3ce8a commit c26c518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/timeseries/_battery_pool/test_battery_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ async def run_test_battery_status_channel( # pylint: disable=too-many-arguments
492492

493493

494494
async def test_battery_pool_power(mocker: MockerFixture) -> None:
495-
"""Test `BatteryPool.{,production,consumption}_power` methods."""
495+
"""Test `BatteryPool.power` method."""
496496
mockgrid = MockMicrogrid(grid_meter=True, mocker=mocker)
497497
mockgrid.add_batteries(2)
498498
await mockgrid.start(mocker)
@@ -502,7 +502,7 @@ async def test_battery_pool_power(mocker: MockerFixture) -> None:
502502
async def test_battery_pool_power_two_inverters_per_battery(
503503
mocker: MockerFixture,
504504
) -> None:
505-
"""Test power methods with two inverters per battery."""
505+
"""Test power method with two inverters per battery."""
506506
gen = GraphGenerator()
507507
bat = gen.component(ComponentCategory.BATTERY)
508508
mockgrid = MockMicrogrid(

0 commit comments

Comments
 (0)