mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-12 13:41:52 +00:00
Fixed typo in keva test case.
This commit is contained in:
parent
397dbab1bd
commit
fc452eb046
@ -46,7 +46,7 @@ class KevaTest(BitcoinTestFramework):
|
|||||||
|
|
||||||
key = 'This is the test key'
|
key = 'This is the test key'
|
||||||
value1 = 'This is the test value 1'
|
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].keva_put(namespaceId, key, value1)
|
||||||
self.nodes[0].generate(1)
|
self.nodes[0].generate(1)
|
||||||
response = self.nodes[0].keva_get(namespaceId, key)
|
response = self.nodes[0].keva_get(namespaceId, key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user