Add additional tests

pull/29/head
Jonas Franz 6 years ago
parent 934170105d
commit cfed55f411
  1. 2
      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")
}

Loading…
Cancel
Save