Skip to content

Commit

Permalink
revert CLI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed May 17, 2024
1 parent 3d54473 commit 9dc071b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ import Test.Integration.Framework.DSL
, walletId
)
import Test.Integration.Framework.TestData
( falseWalletIds
( errMsg404NoWallet
, falseWalletIds
)

import Cardano.Wallet.Api.Types.Amount
Expand Down Expand Up @@ -283,7 +284,3 @@ spec = describe "SHELLEY_CLI_ADDRESSES" $ do

fixtureWallet' :: Context -> ResourceT IO String
fixtureWallet' = fmap (T.unpack . view walletId) . fixtureWallet

errMsg404NoWallet :: Text -> String
errMsg404NoWallet wid =
"I couldn't find a wallet with the given id: " ++ T.unpack wid

0 comments on commit 9dc071b

Please sign in to comment.