summaryrefslogtreecommitdiffstats
path: root/store/storetest/mocks/FileInfoStore.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/storetest/mocks/FileInfoStore.go')
-rw-r--r--store/storetest/mocks/FileInfoStore.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/store/storetest/mocks/FileInfoStore.go b/store/storetest/mocks/FileInfoStore.go
index 9b479ff3a..4dddf0bd7 100644
--- a/store/storetest/mocks/FileInfoStore.go
+++ b/store/storetest/mocks/FileInfoStore.go
@@ -29,6 +29,11 @@ func (_m *FileInfoStore) AttachToPost(fileId string, postId string) store.StoreC
return r0
}
+// ClearCaches provides a mock function with given fields:
+func (_m *FileInfoStore) ClearCaches() {
+ _m.Called()
+}
+
// DeleteForPost provides a mock function with given fields: postId
func (_m *FileInfoStore) DeleteForPost(postId string) store.StoreChannel {
ret := _m.Called(postId)