Update Github Migration Test (#8946)
Small fix for test on 1.9 since #8938 can't be easily back ported to this branch.pull/8958/head
parent
46ff639a13
commit
2ef37522b6
|
@ -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 New Issue