Code review comment for lp:~javier.collado/utah/bug1165175

Revision history for this message
Andy Doan (doanac) wrote :

591 + def test_empty_dict_invalid(self):
592 + """An empty dictionary is valid."""
593 + with self.assertRaises(jsonschema.ValidationError):
594 + self.validate({})

i think 592 should be "An empty dictionary isn't valid."

« Back to merge proposal