formatting
Some checks failed
CI / Foundry project (push) Has been cancelled

This commit is contained in:
Ciara Nightingale
2025-02-07 10:00:33 +00:00
parent 5b65dfcc38
commit 878bd34ef6
4 changed files with 22 additions and 20 deletions

View File

@@ -32,7 +32,6 @@ contract SoulboundProfileNFTTest is Test {
vm.prank(user);
vm.expectRevert("Profile already exists");
soulboundNFT.mintProfile("Alice", 25, "ipfs://profileImage");
}
function testTokenURI() public {