replaced staging in tests by direct controller.on calls

This commit is contained in:
2022-09-08 21:54:34 +02:00
parent 80e101a5ef
commit fbdccf4dd7
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ def test_move_axis(pos, get_msg, return_msg):
sign=1,
socket_cls=SocketMock,
)
lsmarA.stage()
lsmarA.controller.on()
controller = lsmarA.controller
controller.sock.flush_buffer()
controller.sock.buffer_recv = return_msg