More testing fixes

pull/2/head
Raphaël Vinot 2016-07-26 10:34:57 +02:00
parent f3c76e3b3b
commit 18ccef2bd8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class TestPyTaxonomies(unittest.TestCase):
def test_expanded_print(self):
for name in self.taxonomies.keys():
tax = self.taxonomies.get(name)
print(tax.print_expanded_entries())
print(tax.machinetags_expanded())
def test_len(self):
len(self.taxonomies)