mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
feat: Added working test of SetDefaultProfileWithSig
This commit is contained in:
@@ -97,7 +97,7 @@ contract DefaultProfileFunctionalityTest_WithSig is BaseTest, SigSetup, Signatur
|
||||
// SCENARIOS
|
||||
|
||||
function testCanSetDefaultProfileWithSig() public {
|
||||
_setDefaultProfileWithSig(otherSigner, profileOwnerKey);
|
||||
_setDefaultProfileWithSig({delegatedSigner: address(0), signerPrivKey: profileOwnerKey});
|
||||
assertEq(hub.getDefaultProfile(profileOwner), FIRST_PROFILE_ID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user