Skip to content

Commit

Permalink
Update test_standard_dataset_providers.py
Browse files Browse the repository at this point in the history
added space to line 147 to pass lint checks
  • Loading branch information
ronanstokes-db committed Jun 7, 2024
1 parent d4e5e5c commit e7a6216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_standard_dataset_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_basic_process_historian_retrieval(self, providerName, providerOptions):
"endTimestamp": "2020-04-01 00:00:00", "minLat": -120.0, "generateWkt": False}),
("basic/telematics",
{"rows": -1, "partitions": -1, "random": False, "numDevices": 100, "startTimestamp": "2020-01-01 00:00:00",
"endTimestamp": "2020-04-01 00:00:00", "maxLat": -120.0,"generateWkt": False}),
"endTimestamp": "2020-04-01 00:00:00", "maxLat": -120.0, "generateWkt": False}),
("basic/telematics",
{"rows": -1, "partitions": -1, "random": False, "numDevices": 100, "startTimestamp": "2020-01-01 00:00:00",
"endTimestamp": "2020-04-01 00:00:00", "minLon": 190.0, "generateWkt": False}),
Expand Down

0 comments on commit e7a6216

Please sign in to comment.