diff gamelib/tests/test_lab.py @ 24:23720d0fd9a0

Make SCIENCE_TYPE explicit.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 19:17:04 +0200
parents bdc6bfc34ef2
children efc4f90cfd63
line wrap: on
line diff
--- a/gamelib/tests/test_lab.py	Sun May 06 19:06:28 2012 +0200
+++ b/gamelib/tests/test_lab.py	Sun May 06 19:17:04 2012 +0200
@@ -44,5 +44,5 @@
         # Add a product and check that it gets saved as well.
         lab._gain_science(products.LightningGun())
         new_science = dict(
-            LAB_DATA['science'].items() + [('products.LightningGun', 0)])
+            LAB_DATA['science'].items() + [('product.LightningGun', 0)])
         self.assertEqual({'science': new_science}, lab.save_data())