de-linting and found/fixed a bug in unittest

This commit is contained in:
fawce
2012-02-12 22:35:47 -05:00
parent e22a66b1ae
commit 269b72f356
5 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class MessagingTestCase(unittest.TestCase):
mavg2 = MovingAverage("mavg2", 60)
transforms = {"mavg1":mavg1, "mavg2":mavg2}
client = TestClient(self, expected_msg_count=800)
sim = Simulator(sources, {}, client)
sim = Simulator(sources, transforms, client)
sim.launch()