Skip to content

Commit 0f806ed

Browse files
test: avoid asserting Q10 trait internals (#893)
1 parent f0579b8 commit 0f806ed

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/devices/traits/b01/q10/test_map.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ def test_q10_position_is_available_as_top_level_cli_command() -> None:
8787
assert "q10-position" in cli.commands
8888

8989

90-
def test_q10_map_dps_trait_is_private() -> None:
91-
api = create(FakeB01Q10Channel())
92-
93-
assert not hasattr(api, "map_dps")
94-
assert api._map_dps in api._updatable_traits
95-
96-
9790
# --- CLI push waiting --------------------------------------------------------
9891

9992

0 commit comments

Comments
 (0)