tests: Fix typo in file_long_read3.py.
This commit is contained in:
parent
444331c07f
commit
66b060f3e6
|
@ -1,4 +1,4 @@
|
|||
f = open("io/data/bigfile2", "rb")
|
||||
f = open("io/data/bigfile1", "rb")
|
||||
b = f.read(512)
|
||||
print(len(b))
|
||||
print(b)
|
||||
|
|
Loading…
Reference in New Issue