From d4904a1e5c36af12c84e3a9a654fd5a3ca08d460 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 2 Oct 2019 15:34:15 +0800 Subject: [PATCH] fix tests --- modules/migrations/github_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/migrations/github_test.go b/modules/migrations/github_test.go index 62fce6bbcc65c..2a0a4edf32681 100644 --- a/modules/migrations/github_test.go +++ b/modules/migrations/github_test.go @@ -167,6 +167,8 @@ func TestGitHubDownloadRepo(t *testing.T) { Body: "Forked source from Gogs into Gitea\n", Created: time.Date(2016, 10, 17, 02, 17, 59, 0, time.UTC), Published: time.Date(2016, 11, 17, 15, 37, 0, 0, time.UTC), + PublisherID: 4726179, + PublisherName: "bkcsoft", }, }, releases[len(releases)-1:])