Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1bd6361

Browse files
committed
Fixed a couple more CA warnings.
1 parent bf80fe6 commit 1bd6361

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/GitHub.InlineReviews.UnitTests/Services/PullRequestSessionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ namespace GitHub.InlineReviews.UnitTests.Services
1818
public class PullRequestSessionTests
1919
{
2020
const int PullRequestNumber = 5;
21-
const string PullRequestNodeId = "pull_request_id";
2221
const string FilePath = "test.cs";
2322

2423
public class TheHasPendingReviewProperty

test/TrackingCollectionTests/ListenerCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void ResetingTrackingCollectionWorks()
128128
CollectionAssert.AreEqual(source, target);
129129
}
130130

131-
TrackingCollection<Thing> CreateSource()
131+
static TrackingCollection<Thing> CreateSource()
132132
{
133133
var result = new TrackingCollection<Thing>(Observable.Empty<Thing>());
134134
result.Subscribe();

0 commit comments

Comments
 (0)