Skip to content

Commit 7d88086

Browse files
author
Thomas Gilgenast
committed
tweak tests for github implementation
1 parent f505aff commit 7d88086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsspec/implementations/tests/test_github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def test_github_open_lfs_file():
2424
with fsspec.open(
2525
"github://cBioPortal:datahub@55cd360"
2626
"/public/acc_2019/data_gene_panel_matrix.txt",
27+
block_size=0,
2728
) as f:
2829
assert f.read(19) == b"SAMPLE_ID\tmutations"
2930

0 commit comments

Comments
 (0)