Skip to content

Commit d798b0d

Browse files
committed
fix tests
1 parent 6d06ae4 commit d798b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migrations/github_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ func TestGitHubDownloadRepo(t *testing.T) {
222222
},
223223
},
224224
Reactions: &base.Reactions{
225-
TotalCount: 5,
226-
PlusOne: 4,
225+
TotalCount: 6,
226+
PlusOne: 5,
227227
MinusOne: 0,
228228
Laugh: 0,
229229
Confused: 1,

0 commit comments

Comments
 (0)