Skip to content

Commit 788a4e6

Browse files
committed
fix: update snapshot for market
1 parent c8cf09d commit 788a4e6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/spec/markets/__snapshots__/markets.spec.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,7 @@ exports[`Given the Aave Protocol v3 > When fetching user market state for a new
133133
"netWorth": Any<String>,
134134
"totalCollateralBase": Any<String>,
135135
"totalDebtBase": Any<String>,
136+
"userDebtAPY": Any<Object>,
137+
"userEarnedAPY": Any<Object>,
136138
}
137139
`;

packages/spec/markets/markets.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ describe('Given the Aave Protocol v3', () => {
136136
netWorth: expect.any(String),
137137
totalCollateralBase: expect.any(String),
138138
totalDebtBase: expect.any(String),
139+
userDebtAPY: expect.any(Object),
140+
userEarnedAPY: expect.any(Object),
139141
});
140142
});
141143
});

0 commit comments

Comments
 (0)