Skip to content

Commit 246397f

Browse files
committed
Additional Field
`quotePrecision` will be removed in v4
1 parent a1954ed commit 246397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ describe('Exchange Info', function () {
643643
assert(async_data !== null, 'data should not be null');
644644
assert(Object.prototype.hasOwnProperty.call(async_data, 'symbols'), 'data should have property \'symbols\'');
645645

646-
let symbolMembers = ['status', 'orderTypes', 'icebergAllowed', 'baseAsset', 'baseAssetPrecision', 'quoteAsset', 'quotePrecision'];
646+
let symbolMembers = ['status', 'orderTypes', 'icebergAllowed', 'baseAsset', 'baseAssetPrecision', 'quoteAsset', 'quotePrecision', 'quoteAssetPrecision'];
647647
async_data.symbols.forEach(function (symbol) {
648648
symbolMembers.forEach(function (member) {
649649
assert(Object.prototype.hasOwnProperty.call(symbol, member), WARN_SHOULD_HAVE_KEY + member);

0 commit comments

Comments
 (0)