Skip to content

Commit

Permalink
test: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rackstar committed Nov 19, 2024
1 parent 2f43942 commit 213f5d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/unit/responses.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ const productCapacityPerPools = {
},
assetId: 6,
},
{
amount: '8095761',
asset: {
decimals: 8,
id: 7,
symbol: 'cbBTC',
},
assetId: 7,
},
{
amount: '98400000000000000000',
asset: {
Expand Down Expand Up @@ -258,6 +267,15 @@ const productCapacityPerPools = {
},
assetId: 6,
},
{
amount: '30013555',
asset: {
decimals: 8,
id: 7,
symbol: 'cbBTC',
},
assetId: 7,
},
{
amount: '364800000000000000000',
asset: {
Expand Down

0 comments on commit 213f5d3

Please sign in to comment.