Skip to content

Commit

Permalink
Update LicensingModule.Licensing.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark authored Dec 8, 2023
1 parent 51579ec commit f7f421c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions test/foundry/modules/licensing/LicensingModule.Licensing.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -213,27 +213,6 @@ contract LicensingModuleLicensingTest is BaseTest {
);
}

// function test_LicensingModule_revert_createAction_InvalidLicensorConfig()
// public
// withFrameworkConfig(true, true, Licensing.LicensorConfig(uint(10000)))
// {
// uint256 _parentLicenseId = 0; // no parent
// Licensing.ParamValue[] memory inputParams = _constructInputParams();
// Licensing.LicenseCreation memory creation = Licensing.LicenseCreation({
// params: inputParams,
// parentLicenseId: _parentLicenseId,
// ipaId: ipaId_1
// });
// vm.prank(ipOrg.owner());
// vm.expectRevert(Errors.LicensingModule_IpOrgFrameworkNotSet.selector);
// spg.createLicense(
// address(ipOrg),
// creation,
// new bytes[](0),
// new bytes[](0)
// );
// }

function _constructInputParams()
internal
pure
Expand Down

0 comments on commit f7f421c

Please sign in to comment.