diff options
author | hut <hut@lavabit.com> | 2010-01-20 00:18:18 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-20 00:18:18 +0100 |
commit | dd4a4145c5e43b191d54fdddbc16b037a5d7345e (patch) | |
tree | 95938ba20bf3fa66d23cb10a02ca148ba32369de /test/tc_ui.py | |
parent | 3a54161b2391705617f5790b65e35fc4edad0731 (diff) | |
download | ranger-dd4a4145c5e43b191d54fdddbc16b037a5d7345e.tar.gz |
fixed unit tests
Diffstat (limited to 'test/tc_ui.py')
-rw-r--r-- | test/tc_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_ui.py b/test/tc_ui.py index eb503c5d..d7b2de7c 100644 --- a/test/tc_ui.py +++ b/test/tc_ui.py @@ -13,7 +13,7 @@ class Test(unittest.TestCase): def setUp(self): self.fm = Fake() - self.ui = ui.UI(env=Fake(), fm=self.fm) + self.ui = ui.UI(env=Fake(), fm=self.fm, commandlist=Fake()) def fakesetup(): self.ui.widget = Fake() |