diff tests/unit.py @ 49:09fbc09455d4

fix broken test
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 27 Mar 2012 13:00:14 -0700
parents 84fb8ad5ba81
children 87bd539a21d3
line wrap: on
line diff
--- a/tests/unit.py	Tue Mar 27 12:50:16 2012 -0700
+++ b/tests/unit.py	Tue Mar 27 13:00:14 2012 -0700
@@ -83,7 +83,7 @@
             example.parse(args=[])
         except Exception, exception:
             pass
-        self.assertTrue(isinstance(exception, configuration.TypeCastException))
+        self.assertTrue(isinstance(exception, configuration.MissingValueException))
 
     def test_required(self):
         """ensure you have to have required values"""