Skip to content

Commit

Permalink
ON-787: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 9, 2024
1 parent fe33ec2 commit 55491f4
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 147 deletions.
2 changes: 1 addition & 1 deletion contracts/OriumSftMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ contract OriumSftMarketplace is Initializable, OwnableUpgradeable, PausableUpgra
* @param _duration The duration of the rental.
*/

function acceptReentalOffer(RentalOffer calldata _offer, uint64 _duration) external whenNotPaused {
function acceptRentalOffer(RentalOffer calldata _offer, uint64 _duration) external whenNotPaused {
_acceptRentalOffer(_offer, _duration);
}

Expand Down
Loading

0 comments on commit 55491f4

Please sign in to comment.