Skip to content

Commit

Permalink
fix minor thing
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 22, 2024
1 parent 01d0200 commit 859dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/loans/src/tests/repay_loan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ fn with_external_pricing_and_overdue() {
util::borrow_loan(loan_id, PrincipalInput::External(amount));

// The loan is overdue
advance_time(YEAR * DAY);
advance_time(YEAR + DAY);

let amount = ExternalAmount::new(QUANTITY, PRICE_VALUE);
config_mocks(amount.balance().unwrap());
Expand Down

0 comments on commit 859dbfb

Please sign in to comment.