From 34e01e81450a3090c4dad64bc83e5a7dc02d2dba Mon Sep 17 00:00:00 2001 From: "j. mccann" Date: Tue, 12 Nov 2019 22:48:49 -0500 Subject: [PATCH] Update Github Migration Test Small fix for test on 1.9 since #8938 can't be easily back ported to this branch. --- modules/migrations/github_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/migrations/github_test.go b/modules/migrations/github_test.go index e1be2da286beb..25a3f2613afec 100644 --- a/modules/migrations/github_test.go +++ b/modules/migrations/github_test.go @@ -248,8 +248,8 @@ func TestGitHubDownloadRepo(t *testing.T) { }, }, Reactions: &base.Reactions{ - TotalCount: 9, - PlusOne: 8, + TotalCount: 10, + PlusOne: 9, MinusOne: 0, Laugh: 0, Confused: 0,