mirror of https://github.com/go-gitea/gitea.git
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
|
@ -248,8 +248,8 @@ func TestGitHubDownloadRepo(t *testing.T) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Reactions: &base.Reactions{
|
Reactions: &base.Reactions{
|
||||||
TotalCount: 9,
|
TotalCount: 10,
|
||||||
PlusOne: 8,
|
PlusOne: 9,
|
||||||
MinusOne: 0,
|
MinusOne: 0,
|
||||||
Laugh: 0,
|
Laugh: 0,
|
||||||
Confused: 0,
|
Confused: 0,
|
||||||
|
|
Loading…
Reference in New Issue