Skip to content
Snippets Groups Projects
Commit 156a2b17 authored by matograine's avatar matograine
Browse files

[test] minor error fix :

* mock_ud_value set to 314. Former value 3.14159 shall never occur.
parent 3e768158
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!111[test] minor error fix :
Pipeline #7214 failed
......@@ -4,7 +4,7 @@ from silkaj.constants import G1_SYMBOL
## Mocked values
mock_ud_value = 3.14159
mock_ud_value = 314
pubkey_list = [
{"pubkey": "DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw", "uid": ""},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment