Imported Upstream version 1.1.2
[psensor-pkg-ubuntu.git] / tests / test_psensor_type_to_unit_str.c
index 981e90d..3ce27f8 100644 (file)
@@ -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;