From 2858068a97ac399306ffca3c66ca3bc1b2b73dbf Mon Sep 17 00:00:00 2001 From: jnmclarty Date: Wed, 5 Aug 2015 13:34:08 -0400 Subject: [PATCH] Fix broken search test --- trump/test/test_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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