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")