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 abff605 commit 033927dCopy full SHA for 033927d
tests/test_tcp_example.py
@@ -544,7 +544,7 @@ def test_read_input_registers_single(self) -> None:
544
545
# due to value increment by registered callback in
546
# tcp_client_example.py, see #31 and #51
547
- expectation[0] += 1
+ expectation = (expectation[0] + 1, )
548
549
register_value = self._host.read_input_registers(
550
slave_addr=self._client_addr,
0 commit comments