Skip to content

Commit 2e00630

Browse files
committed
another
1 parent 5411cab commit 2e00630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_construction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_constructor_timestamp_near_dst(self):
582582
pytest.param('US/Pacific', 'datetime64[ns, US/Pacific]',
583583
marks=[pytest.mark.xfail(),
584584
pytest.mark.filterwarnings(
585-
"ignore:Passing:FutureWarning")]),
585+
"ignore:\\n Passing:FutureWarning")]),
586586
[None, 'datetime64[ns]'],
587587
])
588588
def test_constructor_with_int_tz(self, klass, box, tz, dtype):

0 commit comments

Comments
 (0)