Skip to content

Commit

Permalink
Update Github Migration Test
Browse files Browse the repository at this point in the history
Small fix for test on 1.9 since go-gitea#8938 can't be easily back ported to
this branch.
  • Loading branch information
mrsdizzie committed Nov 13, 2019
1 parent 46ff639 commit 34e01e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/migrations/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 34e01e8

Please sign in to comment.