Avoid possible false possitives when generating team names (#16856)

Этот коммит содержится в:
John Tzikas
2021-02-08 11:06:40 +02:00
коммит произвёл GitHub
родитель 3beb09d62c
Коммит 4a60cdaf4f

Просмотреть файл

@@ -411,7 +411,7 @@ func testSchemeStoreDelete(t *testing.T, ss store.Store) {
assert.Nil(t, err)
t4 := &model.Team{
Name: model.NewId(),
Name: "xx" + model.NewId(),
DisplayName: model.NewId(),
Email: MakeEmail(),
Type: model.TEAM_OPEN,