From ac3bae35d80ba8e4e6227abcfa4b92469b71e47e Mon Sep 17 00:00:00 2001 From: xunilrj Date: Mon, 24 Jul 2023 21:32:42 +0100 Subject: [PATCH] fix contractid --- .../require_contract_deployment/caller_auth_test/src/main.sw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_auth_test/src/main.sw b/test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_auth_test/src/main.sw index 0700cb409b9..ad96e863559 100644 --- a/test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_auth_test/src/main.sw +++ b/test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/caller_auth_test/src/main.sw @@ -4,7 +4,7 @@ use auth_testing_abi::AuthTesting; // should be false in the case of a script fn main() -> bool { - let caller = abi(AuthTesting, 0x7fc20db4f2c7c4b1ea38808449a438c36117b462d593a29c41c19b0be31f64e8); + let caller = abi(AuthTesting, 0x10f04ba40bd185d6e2e326a9f8be6d1c1f96b7a021faecea1bd46fc4b5cce885); let result = caller.returns_gm_one(); assert(result); result