From dca7b37759b87cd3a2d1c37a449bce9f02c81309 Mon Sep 17 00:00:00 2001 From: mpoplavkov Date: Wed, 14 Feb 2024 16:36:51 +0100 Subject: [PATCH] fix: change predicate address in the test --- .../fuelet_smart_contract_wallet/test/features/sway_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fuelet_smart_contract_wallet/test/features/sway_test.dart b/packages/fuelet_smart_contract_wallet/test/features/sway_test.dart index e133c3e..6dadff5 100644 --- a/packages/fuelet_smart_contract_wallet/test/features/sway_test.dart +++ b/packages/fuelet_smart_contract_wallet/test/features/sway_test.dart @@ -7,7 +7,7 @@ void main() { final smartContractWallet = await getSmartContractWallet(stubR1PublicKey, testWalletPrivateKey); expect(smartContractWallet.bech32Address, - "fuel1x4z06cpw2p4kn73xwh09ck3njz2uctg3n4vv9lk8v4x9slaylqcshceprc"); + "fuel1nnh77tj74f0sp6e39q7mmkpjwhnsqedmwq2ld2afmn4atf676wmq8wl7qy"); }); test('deploy contract', () async {