From ed4cc6878766ab8c43f6397b306f6459fef6c09f Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:17:17 +0100 Subject: [PATCH] TEMPORARY: simulate mock changes --- internal/testutil/mocksvc/cluster_service.go | 2 +- internal/testutil/mocksvc/new_file.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 internal/testutil/mocksvc/new_file.go diff --git a/internal/testutil/mocksvc/cluster_service.go b/internal/testutil/mocksvc/cluster_service.go index 3e0fb8ecac..438c9a2fc8 100644 --- a/internal/testutil/mocksvc/cluster_service.go +++ b/internal/testutil/mocksvc/cluster_service.go @@ -14,7 +14,7 @@ import ( // ClusterService is an autogenerated mock type for the ClusterService type type ClusterService struct { - mock.Mock + mock.Mock // temporary change } // Get provides a mock function with given fields: ctx, groupID, clusterName diff --git a/internal/testutil/mocksvc/new_file.go b/internal/testutil/mocksvc/new_file.go new file mode 100644 index 0000000000..a5b169f064 --- /dev/null +++ b/internal/testutil/mocksvc/new_file.go @@ -0,0 +1,4 @@ +package mocksvc + +func Hello() { +}