Skip to content

Commit

Permalink
fix/tests: it seems only lemmas show numbers as @card@
Browse files Browse the repository at this point in the history
  • Loading branch information
wehlutyk committed May 30, 2017
1 parent 371627b commit d55f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscopypaste/db_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_quote(some_quotes):
assert session.query(Quote).filter_by(sid=6).one().tags == \
('DT', 'NN', 'TO', 'VV', 'CD')
assert session.query(Quote).filter_by(sid=6).one().lemmas == \
('some', 'quote', 'to', 'tokenize', '6')
('some', 'quote', 'to', 'tokenize', '@card@')

assert set([quote.sid for quote in
session.query(Cluster).filter_by(sid=3).one().quotes]) == \
Expand Down

0 comments on commit d55f4ae

Please sign in to comment.