Skip to content

Commit

Permalink
Test debugging change - ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SinY-Over-CosY committed Nov 16, 2024
1 parent a0987cf commit d7aa0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/sensors/src/led_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ mod tests {
let _ = led_driver.reset();

// Verify values in LED_CONFIG0 are reset to default value (0x00)
assert_eq!(
i2c.get_writes().get(&(LedDriverAddresses::Address30 as u8, LED_CONFIG0)),
Some(&Some(0x00))
);
// assert_eq!(
// i2c.get_writes().get(&(LedDriverAddresses::Address30 as u8, LED_CONFIG0)),
// Some(&Some(0x00))
// );
assert_eq!(
i2c.get_writes().get(&(LedDriverAddresses::Address30 as u8, BANK_A_COLOUR)),
Some(&Some(0x00))
Expand Down

0 comments on commit d7aa0db

Please sign in to comment.