Toggle navigation
Sign in
Playtenders
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
324c3fbc6f716a4bc2c10d23003a8ee0028c09c9
Authored by
Taras Kozlovskyi
2015-03-09 17:24:12 +0200
1 parent
57a1dc97
Update amount value
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
op_robot_tests/tests_files/initial_data.py
op_robot_tests/tests_files/initial_data.py
View file @
324c3fb
...
...
@@ -36,11 +36,11 @@ test_tender_data = {
36
36
}
37
37
},
38
38
"value"
:
{
39
-
"amount"
:
50000
,
39
+
"amount"
:
50000
.99
,
40
40
"currency"
:
u"UAH"
41
41
},
42
42
"minimalStep"
:
{
43
-
"amount"
:
100
,
43
+
"amount"
:
100
.1
,
44
44
"currency"
:
u"UAH"
45
45
},
46
46
"items"
:
[
...
...
Please
register
or
login
to post a comment