* Fix Matcher test

This commit is contained in:
Matthew Honnibal 2015-10-11 14:59:12 +11:00
parent 1f8f81f0c8
commit cc92f3f0ed
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class TestParser(unittest.TestCase):
class TestMatcher(unittest.TestCase):
def test_create(self):
vocab = Vocab()
matcher = Matcher(vocab, [])
matcher = Matcher(vocab, {})
if __name__ == '__main__':