Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Feb 15, 2019
1 parent 2608800 commit 6fa8c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3459,4 +3459,4 @@ def test_replace_warning_single_character(self, input_array,
result = values.str.replace(single_char, replace_char)

expected = Series([expect_array])
tm.assert_series_equal(result, expected)
tm.assert_series_equal(result, expected)

0 comments on commit 6fa8c0f

Please sign in to comment.