Code review comment for lp:~diegosarmentero/ubuntuone-windows-installer/close-on-license

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Why you're asserting this?

self.assertFalse(hasattr(self, '_called'))

I would expect the test to assert self.assertFalse(self._called), I can't see how the _called attr disappears.

review: Needs Fixing

« Back to merge proposal