Skip to content

Commit

Permalink
ENH: PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Oct 13, 2023
1 parent e983b15 commit 1e4acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/tests/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_neon():
assert any('sensor_position' in r for r in result)

result = act.discovery.download_neon_data(site_code, product_code, '2022-09',
end_date='2022-10', output_dir=output_dir)
end_date='2022-10', output_dir=output_dir)
assert len(result) == 40
assert any('readme' in r for r in result)
assert any('sensor_position' in r for r in result)
Expand Down

0 comments on commit 1e4acd4

Please sign in to comment.