updates client test

This commit is contained in:
Mose Müller 2024-07-29 15:06:54 +02:00
parent 36d3a7becc
commit d09675de6a

View File

@ -130,6 +130,7 @@ def test_tab_completion(pydase_client: pydase.Client) -> None:
assert all(
x in pydase_client.proxy.__dir__()
for x in [
"dict_attr",
"list_attr",
"my_method",
"my_property",