Skip to content

Commit

Permalink
Check baseTokenURI
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh committed Dec 10, 2024
1 parent ee6e24c commit b03321b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/escrow/escrow/Lock.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ contract TestLockMintBurn is EscrowBase, IEscrowCurveTokenStorage, IGaugeVote {
assertEq(_nftLock.name(), _name);
assertEq(_nftLock.symbol(), _symbol);
assertEq(_nftLock.escrow(), _escrow);
assertEq(_nftLock.baseTokenURI(), "");
assertEq(address(_nftLock.dao()), _dao);
}

Expand Down

0 comments on commit b03321b

Please sign in to comment.