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

Commit 4f7a2c5

Browse files
committed
Fix failing QA test due to dust amount
1 parent 2ea6a3b commit 4f7a2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/testdata/order_direct_too_much_quantity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moderator": "",
1010
"items": [{
1111
"listingHash": "",
12-
"bigQuantity": "999999999999",
12+
"bigQuantity": "500",
1313
"options": [{
1414
"name": "Color",
1515
"value": "Red"

0 commit comments

Comments
 (0)