Skip to content

Commit

Permalink
fix test_datadownloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jul 31, 2023
1 parent fa8b74b commit e281a4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_datadownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@

def test_available_corpus():
corpora = datadownloader.available_corpus()
# excepted = [
# 'livedoor_news_corpus', 'yahoo_movie_reviews', 'amazon_reviews',
# 'chABSA_dataset'
# ]
excepted = [
'livedoor_news_corpus', 'yahoo_movie_reviews', 'amazon_reviews',
'chABSA_dataset'
'livedoor_news_corpus', 'yahoo_movie_reviews', 'chABSA_dataset'
]
assert corpora == excepted

Expand Down

0 comments on commit e281a4e

Please sign in to comment.