summaryrefslogtreecommitdiffstats
path: root/store/storetest/storetestlib.go
blob: 46dbf6ba68548342848634f29b66c6f13301d92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package storetest

import (
	"github.com/mattermost/mattermost-server/model"
)

func MakeEmail() string {
	return "success_" + model.NewId() + "@simulator.amazonses.com"
}