Commit eaad12e7 by Ben Patterson

Fix param typo on i18n test

parent fa2b1ae4
......@@ -41,8 +41,8 @@ class TestGenerate(TestCase):
"this may take a few minutes\n"
)
sys.stderr.flush()
extract.main(verbosity=0)
dummy.main(verbosity=0)
extract.main(verbose=0)
dummy.main(verbose=0)
@classmethod
def tearDownClass(cls):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment