Skip to content

Commit

Permalink
WIP: test with correct number, sort of
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Aug 8, 2024
1 parent 8fe8823 commit 8fd2800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test('totalDebt does not include compoundedInterest', async t => {
await E(metricsNotifier).getUpdateSince(updateCount);
t.like(
managerNotification3.value.totalDebt,
{ value: 105_000_000n },
{ value: 106_008_000n },
'total debt stays the same',
);
});
Expand Down

0 comments on commit 8fd2800

Please sign in to comment.