Skip to content

Commit

Permalink
Fix broken search test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmclarty committed Aug 5, 2015
1 parent e213f3d commit 2858068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trump/test/test_orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,6 @@ def test_search_meta(self):
second = tikr[1:],
third = 'three')

syms = sm.search_meta(third='three')
syms = sm.search_meta_specific(third='three')
assert len(syms) == 3

0 comments on commit 2858068

Please sign in to comment.