💚 make unit test pass

This commit is contained in:
chfw 2018-06-12 23:27:22 +01:00
parent bc7ad7d46d
commit 2a9911fde9
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def test_show_me_your_name():
eq_(name, 'Test')
name2 = _show_me_your_name(dict(A=1))
eq_(name2, "<type 'dict'>")
assert 'dict' in name2
def make_me_a_plugin_info(plugin_name):