Fix test_sensor_manager.py

This commit is contained in:
Thomas Farstrike
2025-12-08 12:03:32 +01:00
parent 11867dd74f
commit 6f3fe0af9f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class MockWsenIsds:
"""Return WHO_AM_I value."""
return 0x6A
def read_accelerations(self):
def _read_raw_accelerations(self):
"""Return mock acceleration (in mg)."""
return (0.0, 0.0, 1000.0) # At rest, Z-axis = 1000 mg