From 3288a1f47d7e65e8bce0c02480788ed6c7457f2c Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Sun, 23 Apr 2017 20:00:19 +0100 Subject: [PATCH] Combine a comment. --- tests/test_logbook.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_logbook.py b/tests/test_logbook.py index 831310f..6e39fed 100644 --- a/tests/test_logbook.py +++ b/tests/test_logbook.py @@ -67,10 +67,10 @@ class TestLogbook(unittest.TestCase): def test_filter_by_callsign(self): """ Check that callsigns are filtered correctly. """ - data_types = [int] + [str]*3 - model = self.logbook.logs[0] # Consider only the first log. - path = Gtk.TreePath(0) # Consider only the first record. + # Consider only the first record of the first log. + model = self.logbook.logs[0] + path = Gtk.TreePath(0) iter = model.get_iter(path) self.logbook.application.toolbar.filter_source.get_text.return_value = ""