From ee38819490dfe4c91472377d042fddd15b5fca85 Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine Date: Mon, 1 Jul 2024 21:01:57 +0300 Subject: [PATCH] fix mock --- core/services/ccipcapability/types/mocks/oracle_creator.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/services/ccipcapability/types/mocks/oracle_creator.go b/core/services/ccipcapability/types/mocks/oracle_creator.go index b27f39e2425..ce729d1afe4 100644 --- a/core/services/ccipcapability/types/mocks/oracle_creator.go +++ b/core/services/ccipcapability/types/mocks/oracle_creator.go @@ -3,9 +3,8 @@ package mocks import ( - mock "github.com/stretchr/testify/mock" - types "github.com/smartcontractkit/chainlink/v2/core/services/ccipcapability/types" + mock "github.com/stretchr/testify/mock" ) // OracleCreator is an autogenerated mock type for the OracleCreator type