From 1f65f0e3d6d142b859f8dda52da99cb3d4a01c9c Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Thu, 21 Jun 2018 12:02:35 +0100 Subject: MM-10233: Add scheme importing to bulk importer. (#8928) --- store/storetest/mocks/PostStore.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'store/storetest/mocks/PostStore.go') diff --git a/store/storetest/mocks/PostStore.go b/store/storetest/mocks/PostStore.go index 8f56bc4b2..f97b8a2f6 100644 --- a/store/storetest/mocks/PostStore.go +++ b/store/storetest/mocks/PostStore.go @@ -1,4 +1,4 @@ -// Code generated by mockery v1.0.0. DO NOT EDIT. +// Code generated by mockery v1.0.0 // Regenerate this file using `make store-mocks`. @@ -66,9 +66,9 @@ func (_m *PostStore) ClearCaches() { _m.Called() } -// Delete provides a mock function with given fields: postId, time +// Delete provides a mock function with given fields: postId, time, deleteByID func (_m *PostStore) Delete(postId string, time int64, deleteByID string) store.StoreChannel { - ret := _m.Called(postId, time) + ret := _m.Called(postId, time, deleteByID) var r0 store.StoreChannel if rf, ok := ret.Get(0).(func(string, int64, string) store.StoreChannel); ok { -- cgit v1.2.3-1-g7c22