Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Feb 10, 2019
1 parent e09b8cf commit 4d9edac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/utility_meter/test_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ async def test_self_no_reset_yearly(hass):
async def test_reset_yearly_offset(hass):
"""Test yearly reset of meter."""
await _test_self_reset(hass,
gen_config('yearly', timedelta(days=31, minutes=10)),
"2018-02-01T00:09:00.000000+00:00")
gen_config('yearly', timedelta(days=1, minutes=10)),
"2018-01-02T00:09:00.000000+00:00")


async def test_no_reset_yearly_offset(hass):
Expand Down

0 comments on commit 4d9edac

Please sign in to comment.