From fe38d6d5bb36e18ddefbe490cc21f48f4f4c8d81 Mon Sep 17 00:00:00 2001 From: Gabin Aureche Date: Mon, 13 Mar 2017 13:25:08 +0100 Subject: Add pinned posts (#4217) --- api/admin_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/admin_test.go') diff --git a/api/admin_test.go b/api/admin_test.go index 801ad8f21..dc569620e 100644 --- a/api/admin_test.go +++ b/api/admin_test.go @@ -225,7 +225,7 @@ func TestGetTeamAnalyticsStandard(t *testing.T) { t.Fatal() } - if rows[0].Value != 3 { + if rows[0].Value != 4 { t.Log(rows.ToJson()) t.Fatal() } @@ -245,7 +245,7 @@ func TestGetTeamAnalyticsStandard(t *testing.T) { t.Fatal() } - if rows[2].Value != 5 { + if rows[2].Value != 6 { t.Log(rows.ToJson()) t.Fatal() } -- cgit v1.2.3-1-g7c22