@Test
    public void formatTemperatureFahrenheit() throws Exception {
        // Set imperial system
        when(GoBeesPreferences.isMetric(Matchers.<Context>any()))
                .thenReturn(false);