Skip to content

Commit

Permalink
Fix device outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 27, 2024
1 parent dc66232 commit 1f3c464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/all/devices/test_sc_device_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_sc_device_all():
id = 16838
frequency = '1Min'
uuid = "80e684e5-359f-4755-aec9-30fc0c84415f"
min_date = '2022-09-10T00:00:00Z'
min_date = '2022-09-10T00:00:23Z'
blueprint = 'sc_air'
limit = 500
channels = ['Sensirion SHT31 - Temperature', 'Sensirion SHT31 - Humidity', 'ICS43432 - Noise']
Expand Down
2 changes: 1 addition & 1 deletion tests/cross-version/devices/test_sc_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_sc_device():
id = 16838
frequency = '1Min'
uuid = "80e684e5-359f-4755-aec9-30fc0c84415f"
min_date = '2022-09-10T00:00:00Z'
min_date = '2022-09-10T00:00:23Z'
blueprint = 'sc_air'

d = sc.Device(blueprint=blueprint,
Expand Down

0 comments on commit 1f3c464

Please sign in to comment.