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

Commit 9181503

Browse files
committed
Update cryptolisting qa test
1 parent 009285f commit 9181503

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/profile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func (n *OpenBazaarNode) FetchProfile(peerID string, useCache bool) (pb.Profile,
5252
}
5353
p, err := repo.UnmarshalJSONProfile(b)
5454
if err != nil {
55+
log.Error("Profile fetch error", peerID, err)
5556
return pro, err
5657
}
5758
p.NormalizeDataForAllSchemas()

qa/chat_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ def run_test(self):
123123

124124
if __name__ == '__main__':
125125
print("Running ChatOfflineTest")
126-
ChatOfflineTest().main(["--regtest", "--disableexchangerates"])
126+
ChatOfflineTest().main(["--regtest", "--disableexchangerates"])

qa/testdata/v5/order_crypto.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"moderator": "",
33
"items": [{
44
"listingHash": "",
5-
"bigQuantity": "10000000000000000",
5+
"bigQuantity": "100000000",
66
"paymentAddress": "crypto_payment_address",
77
"memo": "thanks!"
88
}]
9-
}
9+
}

0 commit comments

Comments
 (0)