Skip to content

Commit 8424774

Browse files
alixdammangdementen
authored andcommitted
fixed test_init_session_xlsx()
1 parent 272d668 commit 8424774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

larray/tests/test_session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def test_init_session(meta):
6767
@needs_xlwings
6868
def test_init_session_xlsx():
6969
s = Session(inputpath('demography_eurostat.xlsx'))
70-
assert s.names == ['births', 'deaths', 'immigration', 'pop', 'pop_benelux']
70+
assert s.names == ['births', 'deaths', 'immigration', 'population',
71+
'population_5_countries', 'population_benelux']
7172

7273

7374
@needs_pytables

0 commit comments

Comments
 (0)