Fix tests

This commit is contained in:
Mathieu Comandon 2021-04-26 22:42:38 -07:00
parent c685bccece
commit ff33ab73c2

View file

@ -20,7 +20,7 @@ setup_test_environment()
class TestGameDialogCommon(TestCase):
def test_get_runner_liststore(self):
dlg = GameDialogCommon()
dlg = GameDialogCommon("test")
list_store = dlg._get_runner_liststore()
self.assertTrue(
list_store[1][0].startswith(runners.get_installed()[0].human_name)