Skip to content

Commit ef901ea

Browse files
committed
test: update downloaded file size in test_hub::test_convert_to_parquet
1 parent 4b7c853 commit ef901ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_hub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_convert_to_parquet(temporary_repo, hf_api, hf_token, ci_hub_config, ci_
8484
- name: train
8585
num_bytes: 55
8686
num_examples: 5
87-
download_size: 725
87+
download_size: 833
8888
dataset_size: 55
8989
{METADATA_CONFIGS_FIELD}:
9090
- config_name: first
@@ -105,7 +105,7 @@ def test_convert_to_parquet(temporary_repo, hf_api, hf_token, ci_hub_config, ci_
105105
- name: train
106106
num_bytes: 60
107107
num_examples: 5
108-
download_size: 731
108+
download_size: 839
109109
dataset_size: 60
110110
{METADATA_CONFIGS_FIELD}:
111111
- config_name: second

0 commit comments

Comments
 (0)