From d0d9ba4a7e43301697d1c9f495930e0c0179fdc3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 29 Nov 2017 12:54:14 -0600 Subject: expose vendored mock package with plugintest/mock (#7914) --- plugin/plugintest/plugintest.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/plugintest/plugintest.go') diff --git a/plugin/plugintest/plugintest.go b/plugin/plugintest/plugintest.go index 5cc8ab7e5..0275edd84 100644 --- a/plugin/plugintest/plugintest.go +++ b/plugin/plugintest/plugintest.go @@ -42,4 +42,7 @@ // // The mocks are created using testify's mock package: // https://godoc.org/github.com/stretchr/testify/mock +// +// If you need to import the mock package, you can import it with +// "github.com/mattermost/mattermost-server/plugin/plugintest/mock". package plugintest -- cgit v1.2.3-1-g7c22