Skip to content

Commit

Permalink
Relocate balanceTransactionSpec to Cardano.Write.Tx.BalanceSpec. (#…
Browse files Browse the repository at this point in the history
…4145)

## Issue

ADP-3171

## Description

This PR is the **first** in a series of PRs that will relocate all
`balanceTx`-related tests to a new module
`Cardano.Write.Tx.BalanceSpec`. This module will **eventually** live
within the `cardano-balance-tx` library.

This PR:
- only relocates `balanceTransactionSpec`.
- creates the new module within the `cardano-wallet` library (for the
moment).
- makes a limited number of exports from the new module to the old
module. (These will eventually be removed.)

## Further work

Further PRs will:

- relocate other `balanceTx`-related tests to the new module.
- relocate the new module to the `cardano-balance-tx` library.
  • Loading branch information
jonathanknowles authored Oct 5, 2023
2 parents d7d1550 + 1472118 commit b6dfda4
Show file tree
Hide file tree
Showing 3 changed files with 2,046 additions and 1,853 deletions.
1 change: 1 addition & 0 deletions lib/wallet/cardano-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ test-suite unit
Cardano.Wallet.Submissions.PrimitivesSpec
Cardano.Wallet.TokenMetadataSpec
Cardano.WalletSpec
Cardano.Write.Tx.BalanceSpec
Control.Concurrent.ConciergeSpec
Control.Monad.UtilSpec
Data.Function.UtilsSpec
Expand Down
Loading

0 comments on commit b6dfda4

Please sign in to comment.