Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-yukino committed Feb 17, 2017
1 parent 5fdc972 commit af90eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_mlask.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test__find_emoticon():

def test__find_emotem():
assert_equals(mla._find_emotem({'no_emotem': '(;´Д`)', 'interjections': '!'}, []),
{'interjections': ['!']})
{'emotikony': ['´Д`', 'Д`', '´Д'], 'interjections': ['!']})

def test__find_emotion():
assert_equals(mla._find_emotion('嫌い'), {'iya': ['嫌い', '嫌']})
Expand Down

0 comments on commit af90eb3

Please sign in to comment.