Skip to content

Commit ae18771

Browse files
committed
update test case
1 parent ba7cfbd commit ae18771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_iterate_through_sheets(self):
107107
for s in b:
108108
data = pyexcel.utils.to_array(s)
109109
assert self.content[s.name] == data
110-
si = pyexcel.sheets.iterators.SheetIterator(b)
110+
si = pyexcel.iterators.SheetIterator(b)
111111
for s in si:
112112
data = pyexcel.utils.to_array(s)
113113
assert self.content[s.name] == data

0 commit comments

Comments
 (0)