diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tier2_i2c.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tier2_i2c.rs b/tests/tier2_i2c.rs index 00eaad8..7d17270 100644 --- a/tests/tier2_i2c.rs +++ b/tests/tier2_i2c.rs @@ -29,8 +29,8 @@ macro_rules! config_test {  mod can_set_comparator_thresholds {      use super::*; -    set_value_test!(low,  set_low_threshold,  2047, LOW_TH,  0x7F, 0xF0); -    set_value_test!(high, set_high_threshold, 2047, HIGH_TH, 0x7F, 0xF0); +    set_value_test!(low,  set_low_threshold_raw,  2047, LOW_TH,  0x7F, 0xF0); +    set_value_test!(high, set_high_threshold_raw, 2047, HIGH_TH, 0x7F, 0xF0);  }  mod can_set_comparator_mode {  | 
