From cfed55f411f1b34225eb5a76d4e18df5206308e7 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Mon, 24 Dec 2018 11:23:14 +0100 Subject: [PATCH] Add additional tests --- migrations/github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/github_test.go b/migrations/github_test.go index 17b8103..5568ec5 100644 --- a/migrations/github_test.go +++ b/migrations/github_test.go @@ -49,7 +49,7 @@ func TestFetchMigratory_FetchIssues(t *testing.T) { } func TestFetchMigratory_FetchComments(t *testing.T) { - comments, err := testFMig.FetchIssues() + comments, err := testFMig.FetchComments() assert.NoError(t, err) assert.True(t, len(comments) > 0, "at least one comment found") }