Update Github Migration Test (#8946)

Small fix for test on 1.9 since #8938 can't be easily back ported to
this branch.
This commit is contained in:
mrsdizzie 2019-11-12 23:33:33 -05:00 committed by Lunny Xiao
parent 46ff639a13
commit 2ef37522b6
1 changed files with 2 additions and 2 deletions

View File

@ -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,