This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def run_test(self):
55
55
resp = json .loads (r .text )
56
56
if r .status_code != 200 :
57
57
raise TestFailure ("PurchaseCryptoListingTest - FAIL: Inventory get endpoint failed" )
58
- if resp ["ether" ]["inventory" ] != "350000000 " :
58
+ if resp ["ether" ]["inventory" ] != "350000000000000000 " :
59
59
raise TestFailure ("PurchaseCryptoListingTest - FAIL: Inventory incorrect: %d" , resp ["ether" ]["inventory" ])
60
60
61
61
# get listing hash
@@ -191,7 +191,7 @@ def run_test(self):
191
191
resp = json .loads (r .text )
192
192
if r .status_code != 200 :
193
193
raise TestFailure ("PurchaseCryptoListingTest - FAIL: Inventory get endpoint failed" )
194
- if resp ["ether" ]["inventory" ] != "250000000 " :
194
+ if resp ["ether" ]["inventory" ] != "340000000000000000 " :
195
195
raise TestFailure ("PurchaseCryptoListingTest - FAIL: Inventory incorrect: %d" , resp ["ether" ]["inventory" ])
196
196
197
197
print ("PurchaseCryptoListingTest - PASS" )
Original file line number Diff line number Diff line change 11
11
if [[ -z $3 ]]; then
12
12
echo " python3 $SCRIPT -b $1 -d $2 "
13
13
python3 $SCRIPT -b $1 -d $2
14
- if [[ $? -ne 0 ]]; then
15
- kill -1 $$
16
- fi
14
+ # if [[ $? -ne 0 ]]; then
15
+ # kill -1 $$
16
+ # fi
17
17
else
18
18
# filter only the scripts of interest
19
19
if [[ $SCRIPT == * " $3 " * ]]; then
20
20
echo " python3 $SCRIPT -b $1 -d $2 "
21
21
python3 $SCRIPT -b $1 -d $2
22
- if [[ $? -ne 0 ]]; then
23
- kill -1 $$
24
- fi
22
+ # if [[ $? -ne 0 ]]; then
23
+ # kill -1 $$
24
+ # fi
25
25
fi
26
26
fi
27
27
fi
Original file line number Diff line number Diff line change 26
26
"grams" : 0 ,
27
27
"options" : [],
28
28
"skus" : [{
29
- "bigQuantity" : " 350000000 " ,
29
+ "bigQuantity" : " 350000000000000000 " ,
30
30
"bigSurcharge" : " 0"
31
31
}]
32
32
},
Original file line number Diff line number Diff line change 2
2
"moderator" : " " ,
3
3
"items" : [{
4
4
"listingHash" : " " ,
5
- "bigQuantity" : " 100000000 " ,
5
+ "bigQuantity" : " 10000000000000000 " ,
6
6
"paymentAddress" : " crypto_payment_address" ,
7
7
"memo" : " thanks!"
8
8
}]
You can’t perform that action at this time.
0 commit comments