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

Commit a2d569a

Browse files
committed
[CO-354] Fix wallet integration tests
1 parent cf4acd4 commit a2d569a

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
@@ -15,7 +15,7 @@ let
1515
demo-cluster = iohkPkgs.demoCluster.override {
1616
inherit gitrev numCoreNodes stateDir;
1717
keepAlive = false;
18-
assetLockAddresses = [ "DdzFFzCqrhswMWoTiWaqXUDZJuYUx63qB6Aq8rbVbhFbc8NWqhpZkC7Lhn5eVA7kWf4JwKvJ9PqQF78AewMCzDZLabkzm99rFzpNDKp5" ];
18+
assetLockAddresses = [ "37btjrVyb4KFoqHWWGxtcfNJETEVxekMkM1sSanpUpXnGivFdssbvyaF69XAUF94rZosRNUB4pBPxEAEYaiqZhaH1tvcK7mAVdTvd9dgjjbMwWQQC5" ];
1919
};
2020
executables = {
2121
integration-test = "${iohkPkgs.cardano-sl-wallet-new}/bin/wal-integr-test";

wallet-new/integration/Util.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ genesisAssetLockedWallet wc = do
8484

8585
lockedWallet :: WalletId
8686
lockedWallet =
87-
WalletId "Ae2tdPwUPEZ5YjF9WuDoWfCZLPQ56MdQC6CZa2VKwMVRVqBBfTLPNcPvET4"
87+
WalletId "2cWKMJemoBakxGHgy85BN6JJooy54EmWxCoobAXe3NRfyEbuMnJAZSr5oAzD5F5aoodRD"
8888

8989
genesisRef :: WalletRef
9090
genesisRef = unsafePerformIO newEmptyMVar

0 commit comments

Comments
 (0)