From 82ab6ebc5bcda0f5f0b661280590a6992e998d07 Mon Sep 17 00:00:00 2001 From: Jongwon Park Date: Thu, 1 Feb 2024 14:50:08 -0800 Subject: [PATCH] fix(test): cont. Change LSClaimer name to resolve conflict --- test/foundry/integration/big-bang/NftLicenseRoyalty.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/foundry/integration/big-bang/NftLicenseRoyalty.t.sol b/test/foundry/integration/big-bang/NftLicenseRoyalty.t.sol index 9ae9dd041..c951ee668 100644 --- a/test/foundry/integration/big-bang/NftLicenseRoyalty.t.sol +++ b/test/foundry/integration/big-bang/NftLicenseRoyalty.t.sol @@ -11,7 +11,7 @@ import { IIPAccount } from "contracts/interfaces/IIPAccount.sol"; import { ILiquidSplitClone } from "contracts/interfaces/modules/royalty/policies/ILiquidSplitClone.sol"; import { IRoyaltyModule } from "contracts/interfaces/modules/royalty/IRoyaltyModule.sol"; import { IRoyaltyPolicyLS } from "contracts/interfaces/modules/royalty/policies/IRoyaltyPolicyLS.sol"; -import { IClaimerLS } from "contracts/interfaces/modules/royalty/policies/IClaimerLS.sol"; +import { ILSClaimer } from "contracts/interfaces/modules/royalty/policies/ILSClaimer.sol"; import { IP } from "contracts/lib/IP.sol"; import { LSClaimer } from "contracts/modules/royalty-module/policies/LSClaimer.sol"; @@ -275,7 +275,7 @@ contract BigBang_Integration_NftLicenseRoyalty is BaseIntegration, Integration_S emit IERC20.Transfer(address(danClaimer), ipAcct_Alice, 649999998); vm.expectEmit(address(danClaimer)); - emit IClaimerLS.Claimed({ + emit ILSClaimer.Claimed({ path: chain_alice_to_dan, claimer: ipAcct_Alice, withdrawETH: false,