Skip to content

Commit 017279d

Browse files
author
MomIsBestFriend
committed
Fixed failed tests
1 parent e189e56 commit 017279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ def test_interp_limit_bad_direction(self):
13381338

13391339
msg = (
13401340
r"Invalid limit_direction: expecting one of \['forward',"
1341-
r" 'backward', 'both'\], got 'abc'"
1341+
r" 'backward', 'both'\], got abc"
13421342
)
13431343
with pytest.raises(ValueError, match=msg):
13441344
s.interpolate(method="linear", limit=2, limit_direction="abc")

0 commit comments

Comments
 (0)