diff gamelib/tests/test_lab.py @ 36:efc4f90cfd63

Mission refactoring and research fix.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 07 May 2012 00:18:16 +0200
parents 23720d0fd9a0
children 373c57ab4140
line wrap: on
line diff
--- a/gamelib/tests/test_lab.py	Sun May 06 21:56:21 2012 +0200
+++ b/gamelib/tests/test_lab.py	Mon May 07 00:18:16 2012 +0200
@@ -27,7 +27,7 @@
 
     def test_find_new_products(self):
         lab = Lab(LAB_DATA)
-        new_products = lab.find_new_products(None)
+        new_products = lab.find_new_products()
         self.assertTrue(products.TeslaTank in new_products)
         self.assertTrue(products.DoomsdayVirus not in new_products)