summaryrefslogtreecommitdiffstats
path: root/app/plugin_hooks_test.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-07-30 13:15:24 -0700
committerGitHub <noreply@github.com>2018-07-30 13:15:24 -0700
commitde1ce2373d4fc924c69c0f3fd47d474dab7e195f (patch)
treefeeaf3838e4964c734d9f9a1645b52f18321472d /app/plugin_hooks_test.go
parent5872bf9c2f9b81c7aad761d40a6970f6267f1424 (diff)
downloadchat-de1ce2373d4fc924c69c0f3fd47d474dab7e195f.tar.gz
chat-de1ce2373d4fc924c69c0f3fd47d474dab7e195f.tar.bz2
chat-de1ce2373d4fc924c69c0f3fd47d474dab7e195f.zip
Fix build. (#9188)
Diffstat (limited to 'app/plugin_hooks_test.go')
-rw-r--r--app/plugin_hooks_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/plugin_hooks_test.go b/app/plugin_hooks_test.go
index 3f447179f..b85e3b9a0 100644
--- a/app/plugin_hooks_test.go
+++ b/app/plugin_hooks_test.go
@@ -19,7 +19,6 @@ import (
"github.com/mattermost/mattermost-server/plugin/plugintest/mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "time"
)
func compileGo(t *testing.T, sourceCode, outputPath string) {