diff --git a/trump/test/test_orm.py b/trump/test/test_orm.py index aaf6552..07017fd 100644 --- a/trump/test/test_orm.py +++ b/trump/test/test_orm.py @@ -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 \ No newline at end of file