From eddb38bbef67cd003fdcad6f766fae1fd1d28b8a Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 18 May 2018 11:54:46 +0100 Subject: Fix tests. --- store/storetest/scheme_store.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store/storetest/scheme_store.go') diff --git a/store/storetest/scheme_store.go b/store/storetest/scheme_store.go index 30a63d4c1..39920c109 100644 --- a/store/storetest/scheme_store.go +++ b/store/storetest/scheme_store.go @@ -395,12 +395,14 @@ func testSchemeStoreDelete(t *testing.T, ss store.Store) { func testSchemeStorePermanentDeleteAll(t *testing.T, ss store.Store) { s1 := &model.Scheme{ Name: model.NewId(), + DisplayName: model.NewId(), Description: model.NewId(), Scope: model.SCHEME_SCOPE_TEAM, } s2 := &model.Scheme{ Name: model.NewId(), + DisplayName: model.NewId(), Description: model.NewId(), Scope: model.SCHEME_SCOPE_CHANNEL, } -- cgit v1.2.3-1-g7c22