Skip to content

Commit

Permalink
fix: change predicate address in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoplavkov committed Feb 14, 2024
1 parent d566200 commit dca7b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void main() {
final smartContractWallet =
await getSmartContractWallet(stubR1PublicKey, testWalletPrivateKey);
expect(smartContractWallet.bech32Address,
"fuel1x4z06cpw2p4kn73xwh09ck3njz2uctg3n4vv9lk8v4x9slaylqcshceprc");
"fuel1nnh77tj74f0sp6e39q7mmkpjwhnsqedmwq2ld2afmn4atf676wmq8wl7qy");
});

test('deploy contract', () async {
Expand Down

0 comments on commit dca7b37

Please sign in to comment.