This test makes no sense

This commit is contained in:
Mathieu Comandon 2015-11-28 14:03:19 -08:00
parent 5fe0a166a1
commit 3697c0f6f2

View file

@ -16,7 +16,6 @@ class TestGameDialogCommon(TestCase):
def test_get_runner_liststore(self):
dlg = config_dialogs.GameDialogCommon()
list_store = dlg.get_runner_liststore()
self.assertEqual(list_store[0][0], dlg.no_runner_label)
self.assertTrue(
list_store[1][0].startswith(runners.get_installed()[0].name)
)