Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 25, 2024
1 parent 372e7be commit 09f7b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/reports/emode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ describe('eMode', () => {
it('should properly render strategy diff', () => {
const result = diff(EMODE_1, EMODE_2);
expect(renderEmodeDiff(result as any, {} as any, {} as any))
.eq(`| eMode.label | Stablecoins | Stablecoins (altered) |
.eq(`| description | value before | value after |
| --- | --- | --- |
| eMode.label | Stablecoins | Stablecoins (altered) |
| eMode.ltv | 97 % | 2.5 % |
| eMode.liquidationThreshold | 97.5 % | 5 % |
| eMode.liquidationBonus | 1 % | -90 % |
Expand Down

0 comments on commit 09f7b87

Please sign in to comment.