Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit f22ddff

Browse files
committed
[FIX] test failure
1 parent 843fd33 commit f22ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/test_line_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_timezone(self):
106106
berlin = timezone('Europe/Berlin').localize(dt)
107107
eastern = berlin.astimezone(timezone('US/Eastern'))
108108
# pandas ns timestamp tests
109-
pddt = pd.Timestamp('2009-11-10 23:00:00.123456789')
109+
pddt = pd.Timestamp('2009-11-10 23:00:00.123456987')
110110
pdutc = pd.Timestamp(pddt, tz='UTC')
111111
pdberlin = pdutc.astimezone('Europe/Berlin')
112112
pdeastern = pdberlin.astimezone('US/Eastern')

0 commit comments

Comments
 (0)