Skip to content

Commit

Permalink
Merge pull request #23 from zgornel/test_fixes
Browse files Browse the repository at this point in the history
Fixed tests
  • Loading branch information
aviks authored Jan 3, 2019
2 parents 55fbc76 + f4d66e1 commit 178582c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ lang = Languages.French()
definite_articles(lang)))
@test all(map(article->in(article, articles(lang)),
indefinite_articles(lang)))
@test length(prepositions(lang)) == 259
@test length(prepositions(lang)) == 258
@test length(pronouns(lang)) == 122
@test length(stopwords(lang)) == 689
@test length(stopwords(lang)) == 665
end


Expand All @@ -70,7 +70,7 @@ lang = Languages.Italian()
indefinite_articles(lang)))
@test length(prepositions(lang)) == 45
@test length(pronouns(lang)) == 27
@test length(stopwords(lang)) == 646
@test length(stopwords(lang)) == 642
end


Expand Down

0 comments on commit 178582c

Please sign in to comment.