Skip to content

Commit

Permalink
Renamed TransactionBuildWrongHash to Transaction.HashMismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 31, 2024
1 parent 312398c commit 6aea891
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ test-suite cardano-testnet-test
Cardano.Testnet.Test.Gov.PredefinedAbstainDRep
Cardano.Testnet.Test.Gov.ProposeNewConstitution
Cardano.Testnet.Test.Gov.ProposeNewConstitutionSPO
Cardano.Testnet.Test.Gov.TransactionBuildWrongHash
Cardano.Testnet.Test.Gov.Transaction.HashMismatch
Cardano.Testnet.Test.Gov.TreasuryDonation
Cardano.Testnet.Test.Gov.TreasuryGrowth
Cardano.Testnet.Test.Gov.TreasuryWithdrawal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}

module Cardano.Testnet.Test.Gov.TransactionBuildWrongHash
module Cardano.Testnet.Test.Gov.Transaction.HashMismatch
( hprop_transaction_build_wrong_hash
) where

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import qualified Cardano.Testnet.Test.Gov.GovActionTimeout as Gov
import qualified Cardano.Testnet.Test.Gov.InfoAction as LedgerEvents
import qualified Cardano.Testnet.Test.Gov.PParamChangeFailsSPO as Gov
import qualified Cardano.Testnet.Test.Gov.ProposeNewConstitution as Gov
import qualified Cardano.Testnet.Test.Gov.TransactionBuildWrongHash as WrongHash
import qualified Cardano.Testnet.Test.Gov.Transaction.HashMismatch as WrongHash
import qualified Cardano.Testnet.Test.Gov.TreasuryDonation as Gov
import qualified Cardano.Testnet.Test.Gov.TreasuryWithdrawal as Gov
import qualified Cardano.Testnet.Test.Node.Shutdown
Expand Down

0 comments on commit 6aea891

Please sign in to comment.