From 270064a76eaf2cc21f8cf9f29d8148a64b1f8964 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 10 Sep 2014 09:55:38 +0200 Subject: [PATCH] fixed test. --- tests/test_psensor_type_to_unit_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_psensor_type_to_unit_str.c b/tests/test_psensor_type_to_unit_str.c index 981e90d..3ce27f8 100644 --- a/tests/test_psensor_type_to_unit_str.c +++ b/tests/test_psensor_type_to_unit_str.c @@ -59,7 +59,7 @@ static int test() { if (!test_fct(SENSOR_TYPE_LMSENSOR | SENSOR_TYPE_TEMP, 0, "\302\260F")) failures++; - if (!test_fct(SENSOR_TYPE_FAN, 0, _("RPM"))) + if (!test_fct(SENSOR_TYPE_RPM, 0, _("RPM"))) failures++; return failures; -- 2.7.4