Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / qa_noise.py
index 77fb789a18098aa9455d5ea44450ea5885e52641..f8ed739a9822ac5d5f6abfcb6642ca2bfac3ae1c 100755 (executable)
@@ -25,10 +25,10 @@ from gnuradio import gr, gr_unittest
 class test_noise_source(gr_unittest.TestCase):
 
     def setUp (self):
-        self.fg = gr.flow_graph ()
+        self.tb = gr.top_block ()
 
     def tearDown (self):
-        self.fg = None
+        self.tb = None
 
     def test_001(self):
         # Just confirm that we can instantiate a noise source