format...
This commit is contained in:
parent
c90cd94c59
commit
aa4d198e9f
2 changed files with 23 additions and 24 deletions
|
|
@ -5,13 +5,12 @@ Description: Sample based testing for Treasury Withdrawal Effect
|
||||||
|
|
||||||
This module tests the Treasury Withdrawal Effect.
|
This module tests the Treasury Withdrawal Effect.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Spec.Effect.TreasuryWithdrawalEffect (currSymbol, signer, validator, validatorHashTN, withdrawalEffect) where
|
module Spec.Effect.TreasuryWithdrawalEffect (currSymbol, signer, validator, validatorHashTN, withdrawalEffect) where
|
||||||
|
|
||||||
import Plutarch.Api.V1
|
import Plutarch.Api.V1
|
||||||
import Plutus.V1.Ledger.Api
|
import Plutus.V1.Ledger.Api
|
||||||
import Plutus.V1.Ledger.Value qualified as Value
|
|
||||||
import Plutus.V1.Ledger.Interval qualified as Interval
|
import Plutus.V1.Ledger.Interval qualified as Interval
|
||||||
|
import Plutus.V1.Ledger.Value qualified as Value
|
||||||
|
|
||||||
import Agora.Effect.TreasuryWithdrawal (treasuryWithdrawalValidator)
|
import Agora.Effect.TreasuryWithdrawal (treasuryWithdrawalValidator)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -152,9 +152,9 @@ test-suite agora-test
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
hs-source-dirs: agora-test
|
hs-source-dirs: agora-test
|
||||||
other-modules:
|
other-modules:
|
||||||
|
Spec.Effect.TreasuryWithdrawalEffect
|
||||||
Spec.Model.MultiSig
|
Spec.Model.MultiSig
|
||||||
Spec.Sample.Stake
|
Spec.Sample.Stake
|
||||||
Spec.Effect.TreasuryWithdrawalEffect
|
|
||||||
Spec.Stake
|
Spec.Stake
|
||||||
Spec.Util
|
Spec.Util
|
||||||
Spec.AuthorityToken
|
Spec.AuthorityToken
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue