Skip to content

Commit 2ef3752

Browse files
mrsdizzielunny
authored andcommitted
Update Github Migration Test (#8946)
Small fix for test on 1.9 since #8938 can't be easily back ported to this branch.
1 parent 46ff639 commit 2ef3752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migrations/github_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ func TestGitHubDownloadRepo(t *testing.T) {
248248
},
249249
},
250250
Reactions: &base.Reactions{
251-
TotalCount: 9,
252-
PlusOne: 8,
251+
TotalCount: 10,
252+
PlusOne: 9,
253253
MinusOne: 0,
254254
Laugh: 0,
255255
Confused: 0,

0 commit comments

Comments
 (0)