From da172bc3603c7a95dc92c579566a0a1d5780f1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Wed, 10 Apr 2024 12:00:11 +0200 Subject: [PATCH] Detail in tests: remove useless checks (CLI call would fail anyway) --- .../cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cardano-cli/test/cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs b/cardano-cli/test/cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs index 048a0fd3c6..cf1b255e27 100644 --- a/cardano-cli/test/cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs +++ b/cardano-cli/test/cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs @@ -24,8 +24,6 @@ hprop_golden_KeyNonExtendedKey_GenesisExtendedVerificationKey = nonExtendedFp <- H.note "test/cardano-cli-golden/files/golden/key/non-extended-keys/non-extended-shelley.000.vkey" outFp <- H.note $ tempDir "non-extended-shelley.000.vkey" - H.assertFilesExist [genesisVKeyFp] - -- Convert the `cardano-address` signing key void $ execCardanoCLI [ "key", "non-extended-key" @@ -44,8 +42,6 @@ hprop_golden_KeyNonExtendedKey_StakeExtendedVerificationKeyShelley = nonExtendedFp <- H.note "test/cardano-cli-golden/files/golden/key/non-extended-keys/non-extended-stake.000.vkey" outFp <- H.note $ tempDir "non-extended-stake.000.vkey" - H.assertFilesExist [genesisVKeyFp] - -- Convert the `cardano-address` signing key void $ execCardanoCLI [ "key", "non-extended-key" @@ -64,8 +60,6 @@ hprop_golden_KeyNonExtendedKey_DRepExtendedVerificationKey = goldenFile <- H.note "test/cardano-cli-golden/files/golden/key/non-extended-keys/non-extended-drep.vkey" outFp <- H.note $ tempDir "non-extended-drep.vkey" - H.assertFilesExist [extendedKeyFile] - void $ execCardanoCLI [ "conway", "key", "non-extended-key" , "--extended-verification-key-file", extendedKeyFile @@ -83,8 +77,6 @@ hprop_golden_extended_payment_vkey_to_non_extended_vkey = goldenFile <- H.note "test/cardano-cli-golden/files/golden/key/non-extended-keys/non-extended-payment.vkey" outFp <- H.note $ tempDir "non-extended-payment.vkey" - H.assertFilesExist [extendedKeyFile] - void $ execCardanoCLI [ "conway", "key", "non-extended-key" , "--extended-verification-key-file", extendedKeyFile