Skip to content

Commit d2f330b

Browse files
committed
(build) Fixing tests
- As a result of changes in Octokit
1 parent c2a9563 commit d2f330b

10 files changed

+10
-10
lines changed

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.CorrectlyExcludeIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.NoCommitsSingularIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [1 issue](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) closed.
1+
As part of this release we had [1 issue](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.NoCommitsSomeIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [3 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) closed.
1+
As part of this release we had [3 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SingularCommitsSingularIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SingularCommitsSomeIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [3 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [3 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SingularCommitsWithHeaderLabelAlias.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Foo__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsSingularIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [1 issue](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsSomeIssues.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [3 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [3 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bug__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsWithPluralizedLabelAlias.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Bar__

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsWithoutPluralizedLabelAlias.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) being closed.
1+
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3) which resulted in [2 issues](https://github.com/gep13/FakeRepository/issues?q=milestone%3A1.2.3) being closed.
22

33

44
__Help Wanteds__

0 commit comments

Comments
 (0)