From e2cc0df2e83d5fd8cf6a23191dc9ffb7c20ca9b0 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Mon, 19 Jun 2017 09:08:52 -0700 Subject: PLT-6761 fixing unit tests (#6671) --- api/team_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/team_test.go') diff --git a/api/team_test.go b/api/team_test.go index ab0745457..e09bf42ef 100644 --- a/api/team_test.go +++ b/api/team_test.go @@ -305,7 +305,7 @@ func TestTeamPermDelete(t *testing.T) { Client.Login(user1.Email, "passwd1") Client.SetTeamId(team.Id) - channel1 := &model.Channel{DisplayName: "TestGetPosts", Name: "a" + model.NewId() + "a", Type: model.CHANNEL_OPEN, TeamId: team.Id} + channel1 := &model.Channel{DisplayName: "TestGetPosts", Name: "zz" + model.NewId() + "a", Type: model.CHANNEL_OPEN, TeamId: team.Id} channel1 = Client.Must(Client.CreateChannel(channel1)).Data.(*model.Channel) post1 := &model.Post{ChannelId: channel1.Id, Message: "search for post1"} -- cgit v1.2.3-1-g7c22