Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendong-Fan committed Dec 8, 2024
1 parent 9f82a29 commit e54b9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datahubs/test_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_create_dataset_card():
mock_upload_file.assert_called_once_with(
file_content="---\nauthors:\n- camel-ai\ndescription: Test dataset"
"\nlanguage:\n- en\nlicense: MIT\npretty_name: "
"user/test-dataset\nsize_categories:\n- <1MB\ntags:\n"
"user/test-dataset\nsize_categories: <1MB\ntags:\n"
"- test\n- example\ntask_categories:\n- other\n"
"version: 0.1.0\n\n---\n\n# Additional Information\n"
"Additional information about the dataset.\n",
Expand Down

0 comments on commit e54b9d1

Please sign in to comment.