Skip to content

Commit

Permalink
changed expected pressure reading values (#11134)
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj authored Jul 14, 2022
1 parent 69a1075 commit c4584b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/tests/firmware_integration/test_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def test_write_to_sensors(
[SensorType.capacitive, 0.46],
[SensorType.humidity, 83.92],
[SensorType.temperature, 22.44],
[SensorType.pressure, 5.88],
[SensorType.pressure, 0.02],
],
)
@pytest.mark.requires_emulator
Expand Down Expand Up @@ -107,7 +107,7 @@ async def test_read_from_sensors(
argnames=["sensor_type", "expected_value"],
argvalues=[
[SensorType.capacitive, 0.46],
[SensorType.pressure, 5.88],
[SensorType.pressure, 0.02],
],
)
@pytest.mark.requires_emulator
Expand Down

0 comments on commit c4584b3

Please sign in to comment.