We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c7ca5 commit 285d466Copy full SHA for 285d466
pandas/tests/frame/methods/test_replace.py
@@ -1524,4 +1524,4 @@ def test_replace_bool_to_numpy_attributeerror(self):
1524
pass_pre_patch = pd.DataFrame({"d":[None]})
1525
tm.assert_frame_equal(pass_pre_patch, pass_pre_patch.replace('', pd.NA))
1526
fail_pre_patch = pd.DataFrame({"d":[pd.NA]})
1527
- tm.assert_frame_equal(fail_pre_match, fail_pre_patch.replace('', pd.NA))
+ tm.assert_frame_equal(fail_pre_patch, fail_pre_patch.replace('', pd.NA))
0 commit comments