Skip to content

Commit

Permalink
added unit_test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 7, 2024
1 parent fe04c74 commit baafdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkcommons/test/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_get_available_datasets():

def test_download_dataset():
# Call the download_dataset function with a specific dataset
dataset = 'panacea'
dataset = 'unit_test'
data = download_dataset(dataset)

# Assert that the returned value is a list
Expand Down

0 comments on commit baafdd1

Please sign in to comment.