Skip to content

Commit

Permalink
Revert merge issues 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maslyankov committed Jan 29, 2025
1 parent c5f3d2c commit 1a82b69
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tests/sunsynk/test_solarmansunsynk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ async def test_uss_sensor(connect: Any) -> None:
ss.client = AsyncMock()
rhr = ss.client.read_holding_registers = AsyncMock()

# _LOGGER.warning("%s", dir(ss.client))
assert not rhr.called
await ss.read_holding_registers(1, 2)
assert rhr.called
# await ss.connect()
ss.client = AsyncMock()
rhr = ss.client.read_holding_registers = AsyncMock()

# _LOGGER.warning("%s", dir(ss.client))
assert not rhr.called
await ss.read_holding_registers(1, 2)
Expand Down

0 comments on commit 1a82b69

Please # to comment.