Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 0295494

Browse files
committed
Update escrow release after timeout qa test
1 parent 0a885c5 commit 0295494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/escrow_release_after_timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_test(self):
6363
# post listing to alice
6464
with open('testdata/'+ self.vendor_version +'/listing.json') as listing_file:
6565
listing_json = json.load(listing_file, object_pairs_hook=OrderedDict)
66-
if self.vendor_version == 4:
66+
if self.vendor_version == "v4":
6767
listing_json["metadata"]["priceCurrency"] = "t" + self.cointype
6868
else:
6969
listing_json["item"]["priceCurrency"]["code"] = "t" + self.cointype
@@ -139,7 +139,7 @@ def run_test(self):
139139
"feeLevel": "NORMAL",
140140
"requireAssociateOrder": False
141141
}
142-
if self.buyer_version == 4:
142+
if self.buyer_version == "v4":
143143
spend["amount"] = payment_amount
144144
spend["wallet"] = "T" + self.cointype
145145

0 commit comments

Comments
 (0)