Skip to content

Commit e7a6216

Browse files
Update test_standard_dataset_providers.py
added space to line 147 to pass lint checks
1 parent d4e5e5c commit e7a6216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_standard_dataset_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_basic_process_historian_retrieval(self, providerName, providerOptions):
144144
"endTimestamp": "2020-04-01 00:00:00", "minLat": -120.0, "generateWkt": False}),
145145
("basic/telematics",
146146
{"rows": -1, "partitions": -1, "random": False, "numDevices": 100, "startTimestamp": "2020-01-01 00:00:00",
147-
"endTimestamp": "2020-04-01 00:00:00", "maxLat": -120.0,"generateWkt": False}),
147+
"endTimestamp": "2020-04-01 00:00:00", "maxLat": -120.0, "generateWkt": False}),
148148
("basic/telematics",
149149
{"rows": -1, "partitions": -1, "random": False, "numDevices": 100, "startTimestamp": "2020-01-01 00:00:00",
150150
"endTimestamp": "2020-04-01 00:00:00", "minLon": 190.0, "generateWkt": False}),

0 commit comments

Comments
 (0)