Skip to content

Commit 568c12f

Browse files
carlosdanielcsantosjreback
carlosdanielcsantos
authored andcommitted
Innocuous change to rerun tests
1 parent 037b84e commit 568c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def test_closed(self):
435435
df = DataFrame({'A': [0, 1, 2, 3, 4]})
436436
# closed only allowed for datetimelike
437437
with self.assertRaises(ValueError):
438-
df.rolling(window=3, closed='both')
438+
df.rolling(window=3, closed='neither')
439439

440440

441441
class TestExpanding(Base):

0 commit comments

Comments
 (0)