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() { +}