Skip to content

Commit ef2581e

Browse files
Albert Villanova del Moraljreback
Albert Villanova del Moral
authored andcommitted
Fix Travis error
1 parent f0d9d03 commit ef2581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_join.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_join_index(self):
112112
# corner case - overlapping columns
113113
for how in ('outer', 'left', 'inner'):
114114
with tm.assertRaisesRegexp(ValueError, 'columns overlap but '
115-
'no suffix'):
115+
'no suffix'):
116116
self.frame.join(self.frame, how=how)
117117

118118
def test_join_index_more(self):

0 commit comments

Comments
 (0)