From f652e93e298c9c22271e6a0d018db78a37b7c946 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 31 Jul 2024 09:54:46 +0200 Subject: Adapt test --- tests/tier2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tier2.rs b/tests/tier2.rs index 7d3a54f..e29b67b 100644 --- a/tests/tier2.rs +++ b/tests/tier2.rs @@ -140,7 +140,7 @@ fn can_use_alert_rdy_pin_as_rdy_disabled_comparator() { .with_low(BF::COMP_QUE0); let config_disabled_comp = Config::default() .with_high(BF::COMP_QUE1) - .with_high(BF::COMP_QUE0); + .with_low(BF::COMP_QUE0); let transactions = [ I2cTrans::write(DEV_ADDR, vec![Register::CONFIG, config.msb(), config.lsb()]), I2cTrans::write( -- cgit v1.2.3-54-g00ecf