From 1697e8395d14127f2bd32718e7c5d2eb04d607b7 Mon Sep 17 00:00:00 2001 From: joaks Date: Wed, 25 Sep 2024 21:28:40 +0000 Subject: [PATCH] Regenerate generated mocks Regenerates generated mocks after #191, which will fix failing tests. --- mockgen/internal/tests/build_constraint/mock.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mockgen/internal/tests/build_constraint/mock.go b/mockgen/internal/tests/build_constraint/mock.go index 7d4dba7..7fdd352 100644 --- a/mockgen/internal/tests/build_constraint/mock.go +++ b/mockgen/internal/tests/build_constraint/mock.go @@ -19,6 +19,7 @@ import ( type MockEmpty struct { ctrl *gomock.Controller recorder *MockEmptyMockRecorder + isgomock struct{} } // MockEmptyMockRecorder is the mock recorder for MockEmpty. @@ -37,8 +38,3 @@ func NewMockEmpty(ctrl *gomock.Controller) *MockEmpty { func (m *MockEmpty) EXPECT() *MockEmptyMockRecorder { return m.recorder } - -// ISGOMOCK indicates that this struct is a gomock mock. -func (m *MockEmpty) ISGOMOCK() struct{} { - return struct{}{} -}