From 4d7212c6e8a9d9caa66a74d3a194eafd2463b272 Mon Sep 17 00:00:00 2001 From: Devdatta Kulkarni Date: Wed, 3 Aug 2016 11:19:14 -0500 Subject: [PATCH] TrivialFix: Fixed a typo in nova/test.py Change-Id: I8a57b6b0a23a0e0f127477bb18055c33ae592f57 --- nova/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/test.py b/nova/test.py index 1fab84206..a77fe4244 100644 --- a/nova/test.py +++ b/nova/test.py @@ -461,7 +461,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