From fc452eb04605c063291388fc50ceff74143532e3 Mon Sep 17 00:00:00 2001 From: Jianping Wu Date: Fri, 27 Sep 2019 21:27:39 -0700 Subject: [PATCH] Fixed typo in keva test case. --- test/functional/feature_keva.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/feature_keva.py b/test/functional/feature_keva.py index c893d53c0..95ca34326 100755 --- a/test/functional/feature_keva.py +++ b/test/functional/feature_keva.py @@ -46,7 +46,7 @@ class KevaTest(BitcoinTestFramework): key = 'This is the test key' value1 = 'This is the test value 1' - value2 = 'This is the test value 1' + value2 = 'This is the test value 2' self.nodes[0].keva_put(namespaceId, key, value1) self.nodes[0].generate(1) response = self.nodes[0].keva_get(namespaceId, key)