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:
parent
46ff639a13
commit
2ef37522b6
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue