Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-1046] Fix genesis wallet names in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Sep 13, 2018
1 parent 122a9d5 commit 3bb649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ genesisAssetLockedWallet wc = do
where isLockedGenesisWallet w = isGenesisWallet w && isLockedWallet w

isGenesisWallet :: Wallet -> Bool
isGenesisWallet = (== "Genesis wallet") . walName
isGenesisWallet = (== "Imported Wallet") . walName

lockedWallet :: WalletId
lockedWallet =
Expand Down

0 comments on commit 3bb649f

Please sign in to comment.