Code review comment for lp:~axwalk/charm-helpers/hookenv-storage

Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

The last three tests all do:

    self.assertEqual(result, result)

...which will always be true. Presumably an oversight, but one of those 'result' vars needs to be renamed in each test.

review: Needs Fixing

« Back to merge proposal