From 5846cda6bb7d56a52d92732b03e0b13d1dea9804 Mon Sep 17 00:00:00 2001 From: Adel El-Beik Date: Sun, 10 Nov 2024 17:04:25 +0000 Subject: [PATCH] ENT-12373: Removed extra line from merge. --- .../kotlin/net/corda/node/ContractWithRotatedKeyTest.kt | 1 - 1 file changed, 1 deletion(-) 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 52a7656d41..e15392cba9 100644 --- a/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt +++ b/node/src/integration-test/kotlin/net/corda/node/ContractWithRotatedKeyTest.kt @@ -142,7 +142,6 @@ 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")