Skip to content

Commit

Permalink
Update test_pm25.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Jan 12, 2025
1 parent 2f78394 commit e854990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pm25.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import breakoutgardenexporter.pm25

if not hasattr(breakoutgardenexporter.pm25.board, "SCL"):
breakoutgardenexporter.pm25..SCL = 0
breakoutgardenexporter.pm25.board.SCL = 0

SAMPLE_DATA = {'pm10 standard': 2,
'pm25 standard': 3,
Expand Down

0 comments on commit e854990

Please sign in to comment.