Skip to content

Commit a5e6235

Browse files
committed
ENG-8475 | fix failing unit test
1 parent ed949c5 commit a5e6235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/tabular/test_xlsx_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class TestTabularPandaTools:
99

1010
def test_xlsx_xlrd(self):
11-
with open(os.path.join(BASE, 'files', 'test.xlsx')) as fp:
11+
with open(os.path.join(BASE, 'files', 'test.xlsx'), 'rb') as fp:
1212
sheets = xlrd_tools.xlsx_xlrd(fp)
1313

1414
sheet = sheets.popitem()[1]

0 commit comments

Comments
 (0)