From 5b2ec623473abeb44577fbfc9122b792a94a5184 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 20 Jan 2016 08:33:26 -0600 Subject: PLT-7 adding loc db calls for team table --- store/sql_post_store_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'store/sql_post_store_test.go') diff --git a/store/sql_post_store_test.go b/store/sql_post_store_test.go index a3e3e10dd..07f152dc4 100644 --- a/store/sql_post_store_test.go +++ b/store/sql_post_store_test.go @@ -765,7 +765,7 @@ func TestUserCountsWithPostsByDay(t *testing.T) { t1.Name = "a" + model.NewId() + "b" t1.Email = model.NewId() + "@nowhere.com" t1.Type = model.TEAM_OPEN - t1 = Must(store.Team().Save(t1)).(*model.Team) + t1 = Must(store.Team().Save(utils.T, t1)).(*model.Team) c1 := &model.Channel{} c1.TeamId = t1.Id @@ -825,7 +825,7 @@ func TestPostCountsByDay(t *testing.T) { t1.Name = "a" + model.NewId() + "b" t1.Email = model.NewId() + "@nowhere.com" t1.Type = model.TEAM_OPEN - t1 = Must(store.Team().Save(t1)).(*model.Team) + t1 = Must(store.Team().Save(utils.T, t1)).(*model.Team) c1 := &model.Channel{} c1.TeamId = t1.Id -- cgit v1.2.3-1-g7c22