ahayworth / python_awair

Python library for the Awair API
https://python-awair.readthedocs.io
MIT License
13 stars 6 forks source link

fix test_get_fifteen_minute test by using time_travel context manager #10

Closed bpowers closed 4 years ago

bpowers commented 4 years ago

I believe this test would have initially worked when written/VCR recorded, but was just missing the call to time_travel(target) as other tests have.