We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f4a9 commit c04f75cCopy full SHA for c04f75c
src/python_testing/TC_OCC_2_2.py
@@ -124,8 +124,7 @@ async def test_TC_OCC_2_2(self):
124
asserts.assert_equal(
125
(occupancy_sensor_type_bitmap_dut & sensor_bit) != 0,
126
(feature_map & feature_bit) != 0,
127
- f"Feature bit and sensor bitmap must be equal for {
128
- name} (BITMAP: 0x{occupancy_sensor_type_bitmap_dut:02X}, FEATUREMAP: 0x{feature_map:02X})"
+ f"Feature bit and sensor bitmap must be equal for {name} (BITMAP: 0x{occupancy_sensor_type_bitmap_dut:02X}, FEATUREMAP: 0x{feature_map:02X})"
129
)
130
131
0 commit comments