Modify the spelling mistakes

the "recieve" change to "receive".

Change-Id: I8d762243460d76750ab1df94f27b2c48d378928d
This commit is contained in:
wanghongtaozz 2017-01-19 22:28:12 -08:00 committed by Samuel de Medeiros Queiroz
parent bc8a145de1
commit 9aa0f313d7
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class RevokeTests(object):
# This gets a token but overrides project_id of the token to be None.
# We expect that since there are two events which both have populated
# project_ids, this should not match this third_token with any other
# event in the list so we should recieve 0
# event in the list so we should receive 0.
third_token = _sample_blank_token()
third_token['project_id'] = None
self._assertTokenNotRevoked(events, token)