summary refs log tree commit diff stats
path: root/test/tc_ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_ui.py')
-rw-r--r--test/tc_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_ui.py b/test/tc_ui.py
index affec907..98ddff93 100644
--- a/test/tc_ui.py
+++ b/test/tc_ui.py
@@ -28,7 +28,7 @@ class Test(unittest.TestCase):
 	def setUp(self):
 
 		self.fm = Fake()
-		self.ui = ui.UI(env=Fake(), fm=self.fm, commandlist=Fake())
+		self.ui = ui.UI(env=Fake(), fm=self.fm, keymap=Fake())
 
 		def fakesetup():
 			self.ui.widget = Fake()