Skip to content

Commit

Permalink
Add test for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Jan 10, 2020
1 parent 550cd89 commit 57f7c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ChangelogProducerTests/ChangelogProducerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ final class ChangelogProducerTests: XCTestCase {

static var allTests = [
("testPullRequestIDsFromSquashCommits", testPullRequestIDsFromSquashCommits),
("testPullRequestIDsFromMergeCommits", testPullRequestIDsFromMergeCommits)
("testPullRequestIDsFromMergeCommits", testPullRequestIDsFromMergeCommits),
("testResolvingReferencedIssue", testResolvingReferencedIssue)
]
}

Expand Down

0 comments on commit 57f7c1b

Please sign in to comment.