Skip to content

Commit

Permalink
Correct the fake implementation of UsageVerifier
Browse files Browse the repository at this point in the history
* rename clear_event to clear_events

Fixes: Bug #1234739
Change-Id: Ia3e2e9ecc85c49321793a098f272982bffc2230c
  • Loading branch information
Robert Myers committed Oct 3, 2013
1 parent 5250639 commit fec8288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trove/tests/util/usage.py
Expand Up @@ -63,7 +63,7 @@ def get_messages(self, resource_id, expected_messages=None):
class FakeVerifier(object):
"""This is the default handler in fake mode, it is basically a no-op."""

def clear_event(self):
def clear_events(self):
pass

def check_message(self, *args, **kwargs):
Expand Down

0 comments on commit fec8288

Please sign in to comment.