File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1357,7 +1357,7 @@ def test_datetime(self):
1357
1357
# with read_table -> type information from schema used
1358
1358
result = sql .read_sql_table ('test_datetime' , self .conn )
1359
1359
result = result .drop ('index' , axis = 1 )
1360
- # After GH 6415, dates outbound from a db will be localized to UTC
1360
+ # After GH 6415, dates outbound from a db will be localized to UTC
1361
1361
# xref GH 7364
1362
1362
expected = df .copy ()
1363
1363
expected ['A' ] = expected ['A' ].dt .tz_localize ('UTC' )
@@ -1381,7 +1381,7 @@ def test_datetime_NaT(self):
1381
1381
1382
1382
# with read_table -> type information from schema used
1383
1383
result = sql .read_sql_table ('test_datetime' , self .conn )
1384
- # After GH 6415, dates outbound from a db will be localized to UTC
1384
+ # After GH 6415, dates outbound from a db will be localized to UTC
1385
1385
# xref GH 7364
1386
1386
expected = df .copy ()
1387
1387
expected ['A' ] = expected ['A' ].dt .tz_localize ('UTC' )
You can’t perform that action at this time.
0 commit comments