Skip to content

Commit

Permalink
BUG: forgot to super the right class
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jul 24, 2014
1 parent 5bc618f commit 041abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ class TestReadHtmlEncodingLxml(TestReadHtmlEncoding):

@classmethod
def setUpClass(cls):
super(TestReadHtmlEncoding, cls).setUpClass()
super(TestReadHtmlEncodingLxml, cls).setUpClass()
_skip_if_no(cls.flavor)


Expand Down

0 comments on commit 041abaa

Please sign in to comment.