Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #334 from input-output-hk/eos_wallets_integration_…
Browse files Browse the repository at this point in the history
…tests

EOSWALLETS tests
  • Loading branch information
Denis Shevchenko authored Feb 18, 2019
2 parents a2ea659 + ba1c705 commit 6f958e9
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 6 deletions.
4 changes: 4 additions & 0 deletions test/integration/Test/Integration/Framework/DSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module Test.Integration.Framework.DSL
, amount
, assuranceLevel
, backupPhrase
, createdAt
, externallyOwnedAccounts
, failures
, fromWalletId
Expand Down Expand Up @@ -390,6 +391,9 @@ assuranceLevel = typed
backupPhrase :: HasType BackupPhrase s => Lens' s BackupPhrase
backupPhrase = typed

createdAt :: HasType WalletTimestamp s => Lens' s WalletTimestamp
createdAt = typed

externallyOwnedAccounts :: HasType [AccountPublicKeyWithIx] s => Lens' s [AccountPublicKeyWithIx]
externallyOwnedAccounts = typed

Expand Down
Loading

0 comments on commit 6f958e9

Please sign in to comment.