This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def run_test(self):
56
56
resp = json .loads (r .text )
57
57
if r .status_code != 200 :
58
58
raise TestFailure ("EthPurchaseCryptoListingTest - FAIL: Inventory get endpoint failed" )
59
- if resp ["ether" ]["inventory" ] != '350000000 ' :
59
+ if resp ["ether" ]["inventory" ] != '350000000000000000 ' :
60
60
raise TestFailure ("EthPurchaseCryptoListingTest - FAIL: Inventory incorrect: %d" , resp ["ether" ]["inventory" ])
61
61
62
62
# get listing hash
@@ -195,7 +195,7 @@ def run_test(self):
195
195
resp = json .loads (r .text )
196
196
if r .status_code != 200 :
197
197
raise TestFailure ("EthPurchaseCryptoListingTest - FAIL: Inventory get endpoint failed" )
198
- if resp ["ether" ]["inventory" ] != "250000000 " :
198
+ if resp ["ether" ]["inventory" ] != "340000000000000000 " :
199
199
raise TestFailure ("EthPurchaseCryptoListingTest - FAIL: Inventory incorrect: %d" , resp ["ether" ]["inventory" ])
200
200
201
201
print ("EthPurchaseCryptoListingTest - PASS" )
Original file line number Diff line number Diff line change 7
7
if [ $extension = $p ]
8
8
then
9
9
python3 $SCRIPT -b $1 -c " ETH" $2
10
- if [[ $? -ne 0 ]]; then
11
- kill -1 $$
12
- fi
10
+ # if [[ $? -ne 0 ]]; then
11
+ # kill -1 $$
12
+ # fi
13
13
fi
14
14
done
Original file line number Diff line number Diff line change 25
25
}],
26
26
"grams" : 0 ,
27
27
"options" : [],
28
- "skus" : [{"bigQuantity" :" 350000000 " }]
28
+ "skus" : [{"bigQuantity" :" 350000000000000000 " }]
29
29
},
30
30
"moderators" : [],
31
31
"termsAndConditions" : " NA" ,
You can’t perform that action at this time.
0 commit comments