summaryrefslogtreecommitdiffstats
path: root/app/notification_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification_test.go')
-rw-r--r--app/notification_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/notification_test.go b/app/notification_test.go
index f4b8bad61..915f57fd1 100644
--- a/app/notification_test.go
+++ b/app/notification_test.go
@@ -7,8 +7,8 @@ import (
"strings"
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestSendNotifications(t *testing.T) {