Skip to content

Commit c04f75c

Browse files
Manually restyle
1 parent e66f4a9 commit c04f75c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TC_OCC_2_2.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ async def test_TC_OCC_2_2(self):
124124
asserts.assert_equal(
125125
(occupancy_sensor_type_bitmap_dut & sensor_bit) != 0,
126126
(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})"
127+
f"Feature bit and sensor bitmap must be equal for {name} (BITMAP: 0x{occupancy_sensor_type_bitmap_dut:02X}, FEATUREMAP: 0x{feature_map:02X})"
129128
)
130129

131130

0 commit comments

Comments
 (0)