Skip to content

Commit cabd711

Browse files
committed
Merge branch 'master' of https://github.com/chfw/pyexcel-webio
2 parents c76a1ec + 6ecce75 commit cabd711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_webio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_get_records(self):
122122

123123
def test_iget_records(self):
124124
myinput = TestInput()
125-
result = myinput.get_records(file_name=self.testfile)
125+
result = myinput.iget_records(file_name=self.testfile)
126126
assert list(result) == [
127127
{"X": 1, "Y": 2, "Z": 3},
128128
{"X": 4, "Y": 5, "Z": 6}

0 commit comments

Comments
 (0)