Skip to content

Commit

Permalink
Manually restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Aug 7, 2024
1 parent 23543d6 commit 8514852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python_testing/TC_OCC_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ async def test_TC_OCC_2_2(self):
asserts.assert_equal(
(occupancy_sensor_type_bitmap_dut & sensor_bit) != 0,
(feature_map & feature_bit) != 0,
f"Feature bit and sensor bitmap must be equal for {
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})"
)


Expand Down

0 comments on commit 8514852

Please sign in to comment.