summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:05:10 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:59 -0700
commit29fca51821981079175adf336d303a474f5ef310 (patch)
treea8866cb74ab28afa2c5c4af412454d58e250eb45 /plugin/plugintest
parentd8bd57901e33a7057e26e782e295099ffcc0da89 (diff)
downloadchat-29fca51821981079175adf336d303a474f5ef310.tar.gz
chat-29fca51821981079175adf336d303a474f5ef310.tar.bz2
chat-29fca51821981079175adf336d303a474f5ef310.zip
Renaming repo
Diffstat (limited to 'plugin/plugintest')
-rw-r--r--plugin/plugintest/api.go4
-rw-r--r--plugin/plugintest/hooks.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugin/plugintest/api.go b/plugin/plugintest/api.go
index 6555a966c..887cdd24e 100644
--- a/plugin/plugintest/api.go
+++ b/plugin/plugintest/api.go
@@ -3,8 +3,8 @@ package plugintest
import (
"github.com/stretchr/testify/mock"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/plugin"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/plugin"
)
type API struct {
diff --git a/plugin/plugintest/hooks.go b/plugin/plugintest/hooks.go
index 4cac515b4..b0053a1ad 100644
--- a/plugin/plugintest/hooks.go
+++ b/plugin/plugintest/hooks.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/mock"
- "github.com/mattermost/platform/plugin"
+ "github.com/mattermost/mattermost-server/plugin"
)
type Hooks struct {