Skip to content

Commit ada51de

Browse files
committed
update test cases in pandas/tests/indexes/datetimes
1 parent 6d05568 commit ada51de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_scalar_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_round(self, tz_naive_fixture):
124124
expected = DatetimeIndex(['2016-10-17 12:00:00.001501030'])
125125
tm.assert_index_equal(result, expected)
126126

127-
with tm.assert_produces_warning():
127+
with tm.assert_produces_warning(False):
128128
ts = '2016-10-17 12:00:00.001501031'
129129
DatetimeIndex([ts]).round('1010ns')
130130

0 commit comments

Comments
 (0)