From 213f5d34fcf123bd51ba79b1610819a2040cb72e Mon Sep 17 00:00:00 2001 From: Rocky Murdoch Date: Tue, 19 Nov 2024 11:47:07 +0200 Subject: [PATCH] test: fix unit tests --- test/unit/responses.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/unit/responses.js b/test/unit/responses.js index 66be4b5..8b75eee 100644 --- a/test/unit/responses.js +++ b/test/unit/responses.js @@ -214,6 +214,15 @@ const productCapacityPerPools = { }, assetId: 6, }, + { + amount: '8095761', + asset: { + decimals: 8, + id: 7, + symbol: 'cbBTC', + }, + assetId: 7, + }, { amount: '98400000000000000000', asset: { @@ -258,6 +267,15 @@ const productCapacityPerPools = { }, assetId: 6, }, + { + amount: '30013555', + asset: { + decimals: 8, + id: 7, + symbol: 'cbBTC', + }, + assetId: 7, + }, { amount: '364800000000000000000', asset: {