From 35b04b05022a6c8fa8c3dd97101493f93ab37b1c Mon Sep 17 00:00:00 2001 From: Adel El-Beik Date: Sun, 10 Nov 2024 17:06:38 +0000 Subject: [PATCH] ENT-12373: Fixed merge typo. --- .../kotlin/net/corda/node/ContractWithRotatedKeyTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt b/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt index e15392cba9..0effd9a37d 100644 --- a/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt +++ b/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt @@ -142,6 +142,7 @@ class ContractWithRotatedKeyTest { fun `transaction can be created with multiple contract input states from rotated CorDapps`() { val keyStoreDir1 = SelfCleaningDir() val keyStoreDir2 = SelfCleaningDir() + val packageOwnerKey1 = keyStoreDir1.path.generateKey(alias="1-testcordapp-rsa") val packageOwnerKey2 = keyStoreDir2.path.generateKey(alias="1-testcordapp-rsa")