Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
silkaj
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
154
Issues
154
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clients
python
silkaj
Commits
156a2b17
Commit
156a2b17
authored
Nov 14, 2019
by
matograine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test] minor error fix :
* mock_ud_value set to 314. Former value 3.14159 shall never occur.
parent
3e768158
Pipeline
#7214
failed
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/patched.py
tests/patched.py
+1
-1
No files found.
tests/patched.py
View file @
156a2b17
...
...
@@ -4,7 +4,7 @@ from silkaj.constants import G1_SYMBOL
## Mocked values
mock_ud_value
=
3
.14159
mock_ud_value
=
3
14
pubkey_list
=
[
{
"pubkey"
:
"DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw"
,
"uid"
:
""
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment