File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -790,10 +790,10 @@ def test_HubDatasetModuleFactoryWithParquetExport(self):
790
790
)
791
791
assert module_factory_result .builder_configs_parameters .builder_configs [0 ].data_files == {
792
792
"train" : [
793
- "hf://datasets/hf-internal-testing/dataset_with_script@0c97cd1168f31e683059ddcf0703e3f45d9007c4 /default/train/0000.parquet"
793
+ "hf://datasets/hf-internal-testing/dataset_with_script@3d8a0e457ddb581301fb13f60d38906c9cdcaf1c /default/train/0000.parquet"
794
794
],
795
795
"validation" : [
796
- "hf://datasets/hf-internal-testing/dataset_with_script@0c97cd1168f31e683059ddcf0703e3f45d9007c4 /default/validation/0000.parquet"
796
+ "hf://datasets/hf-internal-testing/dataset_with_script@3d8a0e457ddb581301fb13f60d38906c9cdcaf1c /default/validation/0000.parquet"
797
797
],
798
798
}
799
799
@@ -802,7 +802,7 @@ def test_HubDatasetModuleFactoryWithParquetExport_errors_on_wrong_sha(self):
802
802
factory = HubDatasetModuleFactoryWithParquetExport (
803
803
SAMPLE_DATASET_IDENTIFIER ,
804
804
download_config = self .download_config ,
805
- revision = "1a21ac5846fc3f36ad5f128740c58932d3d7806f " ,
805
+ revision = "0e1cee81e718feadf49560b287c4eb669c2efb1a " ,
806
806
)
807
807
factory .get_module ()
808
808
factory = HubDatasetModuleFactoryWithParquetExport (
You can’t perform that action at this time.
0 commit comments