Skip to content

Commit

Permalink
Revert divergence from pandas-dev#29938
Browse files Browse the repository at this point in the history
  • Loading branch information
moi90 committed Dec 9, 2019
1 parent b73cdf3 commit 263128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ def assert_sp_array_equal(

def assert_contains_all(iterable, dic):
for k in iterable:
assert k in dic, f"Did not contain item: '{k!r}'"
assert k in dic, f"Did not contain item: {repr(k)}"


def assert_copy(iter1, iter2, **eql_kwargs):
Expand Down

0 comments on commit 263128d

Please sign in to comment.