@@ -40,7 +40,8 @@ contract GroupingIntegration is BaseIntegration {
40
40
_endBroadcast ();
41
41
}
42
42
43
- function _test_GroupingIntegration_mintAndRegisterIpAndAttachLicenseAndAddToGroup () private
43
+ function _test_GroupingIntegration_mintAndRegisterIpAndAttachLicenseAndAddToGroup ()
44
+ private
44
45
logTest ("test_GroupingIntegration_mintAndRegisterIpAndAttachLicenseAndAddToGroup " )
45
46
{
46
47
uint256 deadline = block .timestamp + 1000 ;
@@ -83,7 +84,8 @@ contract GroupingIntegration is BaseIntegration {
83
84
assertEq (licenseTermsId, testLicenseTermsId);
84
85
}
85
86
86
- function _test_GroupingIntegration_registerIpAndAttachLicenseAndAddToGroup () private
87
+ function _test_GroupingIntegration_registerIpAndAttachLicenseAndAddToGroup ()
88
+ private
87
89
logTest ("test_GroupingIntegration_registerIpAndAttachLicenseAndAddToGroup " )
88
90
{
89
91
StoryUSD.mint (testSender, testMintFee);
@@ -145,7 +147,8 @@ contract GroupingIntegration is BaseIntegration {
145
147
assertEq (licenseTermsId, testLicenseTermsId);
146
148
}
147
149
148
- function _test_GroupingIntegration_registerGroupAndAttachLicenseAndAddIps () private
150
+ function _test_GroupingIntegration_registerGroupAndAttachLicenseAndAddIps ()
151
+ private
149
152
logTest ("test_GroupingIntegration_registerGroupAndAttachLicenseAndAddIps " )
150
153
{
151
154
address newGroupId = groupingWorkflows.registerGroupAndAttachLicenseAndAddIps ({
@@ -170,7 +173,8 @@ contract GroupingIntegration is BaseIntegration {
170
173
assertEq (licenseTermsId, testLicenseTermsId);
171
174
}
172
175
173
- function _test_GroupingIntegration_multicall_mintAndRegisterIpAndAttachLicenseAndAddToGroup () private
176
+ function _test_GroupingIntegration_multicall_mintAndRegisterIpAndAttachLicenseAndAddToGroup ()
177
+ private
174
178
logTest ("test_GroupingIntegration_multicall_mintAndRegisterIpAndAttachLicenseAndAddToGroup " )
175
179
{
176
180
uint256 deadline = block .timestamp + 1000 ;
@@ -227,7 +231,8 @@ contract GroupingIntegration is BaseIntegration {
227
231
}
228
232
}
229
233
230
- function _test_GroupingIntegration_multicall_registerIpAndAttachLicenseAndAddToGroup () private
234
+ function _test_GroupingIntegration_multicall_registerIpAndAttachLicenseAndAddToGroup ()
235
+ private
231
236
logTest ("test_GroupingIntegration_multicall_registerIpAndAttachLicenseAndAddToGroup " )
232
237
{
233
238
uint256 numCalls = 10 ;
0 commit comments