summaryrefslogtreecommitdiffstats
path: root/modules/migrations/github_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/migrations/github_test.go')
-rw-r--r--modules/migrations/github_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/migrations/github_test.go b/modules/migrations/github_test.go
index 3a1affbc2f..efa8b6ba9b 100644
--- a/modules/migrations/github_test.go
+++ b/modules/migrations/github_test.go
@@ -271,7 +271,7 @@ func TestGitHubDownloadRepo(t *testing.T) {
}, comments[:2])
// downloader.GetPullRequests()
- prs, err := downloader.GetPullRequests(1, 2)
+ prs, _, err := downloader.GetPullRequests(1, 2)
assert.NoError(t, err)
assert.EqualValues(t, 2, len(prs))