Merge "TrivialFix: Fixed a typo in nova/test.py"

This commit is contained in:
Jenkins 2016-08-22 02:59:29 +00:00 committed by Gerrit Code Review
commit 06497dc436
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ class ContainKeyValue(object):
The ContainKeyValue class is a helper for use with the
mock.assert_*() method that lets you assert that a particular
dict contain a key/value paire. It enables strict check than
dict contain a key/value pair. It enables strict check than
the built in mock.ANY helper, and is the equivalent of the
mox.ContainsKeyValue() function from the legacy mox library