Skip to content

Commit

Permalink
Update test_sensorthings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Jul 7, 2024
1 parent 5df54aa commit b2b82cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_sensorthings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def config():
def test_query_datastreams(config):
p = SensorThingsProvider(config)
fields = p.get_fields()
assert len(fields) == 15
assert len(fields) == 16
assert fields['Thing']['type'] == 'number'
assert fields['Observations']['type'] == 'number'
assert fields['@iot.id']['type'] == 'number'
Expand Down

0 comments on commit b2b82cf

Please sign in to comment.