Skip to content

Commit

Permalink
cater rust undefined -> none #2 poolpair
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 3, 2024
1 parent 7d0fba0 commit 1123265
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('list', () => {
},
rewardPct: '1',
rewardLoanPct: '0',
customRewards: undefined,
// customRewards: undefined,
creation: {
tx: expect.any(String),
height: expect.any(Number)
Expand Down Expand Up @@ -311,17 +311,17 @@ describe('get', () => {
symbol: 'A',
reserve: '100',
blockCommission: '0',
displaySymbol: 'dA',
fee: undefined
displaySymbol: 'dA'
// fee: undefined
},
tokenB: {
id: '0',
name: 'Default Defi token',
symbol: 'DFI',
reserve: '200',
blockCommission: '0',
displaySymbol: 'DFI',
fee: undefined
displaySymbol: 'DFI'
// fee: undefined
},
apr: {
reward: 0,
Expand All @@ -342,7 +342,7 @@ describe('get', () => {
},
rewardPct: '0',
rewardLoanPct: '0',
customRewards: undefined,
// customRewards: undefined,
creation: {
tx: expect.any(String),
height: expect.any(Number)
Expand Down

0 comments on commit 1123265

Please sign in to comment.