summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qa_qtgui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/python/qa_qtgui.py')
-rwxr-xr-xgr-qtgui/python/qa_qtgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/python/qa_qtgui.py b/gr-qtgui/python/qa_qtgui.py
index 9b45a5c7e8..eb402a2084 100755
--- a/gr-qtgui/python/qa_qtgui.py
+++ b/gr-qtgui/python/qa_qtgui.py
@@ -58,11 +58,11 @@ class test_qtgui(gr_unittest.TestCase):
def test07(self):
self.qtsnk = qtgui.waterfall_sink_c(1024, gr.firdes.WIN_BLACKMAN_hARRIS,
- 0, 1, "Test", 1)
+ 0, 1, "Test")
def test08(self):
self.qtsnk = qtgui.waterfall_sink_f(1024, gr.firdes.WIN_BLACKMAN_hARRIS,
- 0, 1, "Test", 1)
+ 0, 1, "Test")
def test09(self):
self.qtsnk = qtgui.const_sink_c(1024, "Test", 1)