From 68a9d4df76a05b97007dce3f4b7b544e97dbc9fe Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Tue, 19 Dec 2023 07:09:51 +0000 Subject: [PATCH] fix --- lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs b/lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs index 2211cccc541..3ba46a6cd7b 100644 --- a/lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs +++ b/lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs @@ -282,7 +282,6 @@ import Cardano.Wallet.Api.Types.Error , ApiErrorMessage (..) , ApiErrorNodeNotYetInRecentEra (..) , ApiErrorNotEnoughMoney (..) - , ApiErrorNotEnoughMoneyAssetQuantity (..) , ApiErrorSharedWalletNoSuchCosigner (..) , ApiErrorTxOutputLovelaceInsufficient (..) )