Skip to content

Commit 041abaa

Browse files
committed
BUG: forgot to super the right class
1 parent 5bc618f commit 041abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ class TestReadHtmlEncodingLxml(TestReadHtmlEncoding):
633633

634634
@classmethod
635635
def setUpClass(cls):
636-
super(TestReadHtmlEncoding, cls).setUpClass()
636+
super(TestReadHtmlEncodingLxml, cls).setUpClass()
637637
_skip_if_no(cls.flavor)
638638

639639

0 commit comments

Comments
 (0)