Skip to content

Commit

Permalink
fix: bump starport
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerousfood committed Jan 19, 2024
1 parent 08be313 commit 79f808f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fuzz-testing/TestFuzzV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ contract TestFuzzV1 is AstariaV1Test, TestFuzzStarport {
}
loan.debt = debt;
loan.borrower = borrower.addr;
loan.custodian = SP.defaultCustodian();
loan.custodian = address(custodian);
loan.issuer = lender.addr;
return loan;
}
Expand Down

0 comments on commit 79f808f

Please sign in to comment.