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

Commit 038f8d5

Browse files
committed
[CO-410] Fix wallet integration tests
1 parent baffe77 commit 038f8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/test/wallet/integration/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
demo-cluster = demoCluster.override {
2323
inherit numCoreNodes stateDir;
2424
keepAlive = false;
25-
assetLockAddresses = [ "DdzFFzCqrhswMWoTiWaqXUDZJuYUx63qB6Aq8rbVbhFbc8NWqhpZkC7Lhn5eVA7kWf4JwKvJ9PqQF78AewMCzDZLabkzm99rFzpNDKp5" ];
25+
assetLockAddresses = [ "37btjrVyb4KFoqHWWGxtcfNJETEVxekMkM1sSanpUpXnGivFdssbvyaF69XAUF94rZosRNUB4pBPxEAEYaiqZhaH1tvcK7mAVdTvd9dgjjbMwWQQC5" ];
2626
};
2727
in writeScript "integration-tests" ''
2828
#!${stdenv.shell}

wallet-new/integration/Util.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ isGenesisWallet = (== "Imported Wallet") . walName
118118

119119
lockedWallet :: WalletId
120120
lockedWallet =
121-
WalletId "Ae2tdPwUPEZ5YjF9WuDoWfCZLPQ56MdQC6CZa2VKwMVRVqBBfTLPNcPvET4"
121+
WalletId "2cWKMJemoBakxGHgy85BN6JJooy54EmWxCoobAXe3NRfyEbuMnJAZSr5oAzD5F5aoodRD"
122122

123123
isLockedWallet :: Wallet -> Bool
124124
isLockedWallet = (== lockedWallet) . walId

0 commit comments

Comments
 (0)