diff options
author | mrsdizzie | 2019-11-12 23:33:33 -0500 |
---|---|---|
committer | Lunny Xiao | 2019-11-13 12:33:33 +0800 |
commit | 2ef37522b6c8b1ae05f07755718751744162908a (patch) | |
tree | dca0b5ce4293b319e945494e952c9482a1723ca6 | |
parent | 46ff639a13fe1ea20efcd4b77ee9999f9cd5b391 (diff) |
Update Github Migration Test (#8946)
Small fix for test on 1.9 since #8938 can't be easily back ported to
this branch.
-rw-r--r-- | modules/migrations/github_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/migrations/github_test.go b/modules/migrations/github_test.go index e1be2da28..25a3f2613 100644 --- a/modules/migrations/github_test.go +++ b/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, |