From 950120f4a2d0199a63b59b523f1a1638e20c4f13 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 17 Nov 2018 14:21:12 +0100 Subject: Rename threshold methods --- tests/tier2_i2c.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 { -- cgit v1.2.3-54-g00ecf