Skip to content

Commit c22044c

Browse files
Raisa DzhamtyrovaRaisa Dzhamtyrova
authored andcommitted
revert changes to test_diff.py
1 parent 965946d commit c22044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_diff_datetime_axis1(self, tz):
7474
)
7575
tm.assert_frame_equal(result, expected)
7676
else:
77-
with pytest.raises(NotImplementedError, match=""):
77+
with pytest.raises(NotImplementedError):
7878
result = df.diff(axis=1)
7979

8080
def test_diff_timedelta(self):

0 commit comments

Comments
 (0)