From c1cc1aaf4cd91670bfb66e5a5b153886a54c4a7c Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:59:37 -0500 Subject: [PATCH] fix failing Cadence tests --- cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc | 1 - 1 file changed, 1 deletion(-) diff --git a/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc b/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc index 81ec3f07..f8f4d734 100644 --- a/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc +++ b/cadence/contracts/bridge/FlowEVMBridgeAccessor.cdc @@ -121,7 +121,6 @@ contract FlowEVMBridgeAccessor { executed: "Callback must be executed" } executed = true - is return caller.call( to: FlowEVMBridge.getAssociatedEVMAddress(with: type) ?? panic("No EVM address associated with type"),