Skip to content

Commit

Permalink
Use UniformTime in module Cardano.WalletSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Aug 1, 2019
1 parent b43b7a6 commit 4f00014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/core/test/unit/Cardano/WalletSpec.hs
Expand Up @@ -137,10 +137,10 @@ import Test.QuickCheck
, withMaxSuccess
, (==>)
)
import Test.QuickCheck.Instances.Time
()
import Test.QuickCheck.Monadic
( monadicIO )
import Test.Utils.Time
( UniformTime )

import qualified Cardano.Crypto.Wallet as CC
import qualified Cardano.Wallet.DB as DB
Expand Down Expand Up @@ -361,7 +361,7 @@ walletKeyIsReencrypted (wid, wname) (xprv, pwd) newPwd =
walletListTransactionsSorted
:: (WalletId, WalletName, DummyState)
-> SortOrder
-> (Maybe UTCTime, Maybe UTCTime)
-> (Maybe UniformTime, Maybe UniformTime)
-> Map (Hash "Tx") (Tx, TxMeta)
-> Property
walletListTransactionsSorted wallet@(wid, _, _) _order (_mstart, _mend) history =
Expand Down

0 comments on commit 4f00014

Please sign in to comment.