Browse Source

Update Github Migration Test (#8946)

Small fix for test on 1.9 since #8938 can't be easily back ported to
this branch.
tags/v1.9.6
mrsdizzie 6 years ago committed by Lunny Xiao
parent
commit
2ef37522b6
  1. 4
      modules/migrations/github_test.go

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

Loading…
Cancel
Save