Update test_repo.py
Browse files- test_repo.py +1 -1
test_repo.py
CHANGED
|
@@ -84,7 +84,7 @@ class TestRepo(datasets.GeneratorBasedBuilder):
|
|
| 84 |
|
| 85 |
return datasets.DatasetInfo(
|
| 86 |
description=_DESCRIPTION,
|
| 87 |
-
features=features_dict[self.config.name]
|
| 88 |
homepage=_HOMEPAGE,
|
| 89 |
license=_LICENSE,
|
| 90 |
citation=_CITATION,
|
|
|
|
| 84 |
|
| 85 |
return datasets.DatasetInfo(
|
| 86 |
description=_DESCRIPTION,
|
| 87 |
+
features=features_dict[self.config.name],
|
| 88 |
homepage=_HOMEPAGE,
|
| 89 |
license=_LICENSE,
|
| 90 |
citation=_CITATION,
|