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

Commit 4376bbc

Browse files
committed
Remove unused members.
1 parent 36e2c7d commit 4376bbc

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

test/GitHub.App.UnitTests/ViewModels/Dialog/RepositoryCreationViewModelTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
public class RepositoryCreationViewModelTests
2323
{
24-
static object DefaultInstance = new object();
25-
2624
static IRepositoryCreationViewModel GetMeAViewModel(
2725
IServiceProvider provider = null,
2826
IRepositoryCreationService creationService = null,

test/GitHub.App.UnitTests/ViewModels/GitHubPane/PullRequestFilesViewModelTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ namespace UnitTests.GitHub.App.ViewModels.GitHubPane
1212
{
1313
public class PullRequestFilesViewModelTests
1414
{
15-
static readonly Uri Uri = new Uri("http://foo");
16-
1715
[Test]
1816
public async Task ShouldCreateChangesTreeAsync()
1917
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class PullRequestSessionTests
1919
{
2020
const int PullRequestNumber = 5;
2121
const string PullRequestNodeId = "pull_request_id";
22-
const string RepoUrl = "https://foo.bar/owner/repo";
2322
const string FilePath = "test.cs";
2423

2524
public class TheHasPendingReviewProperty

0 commit comments

Comments
 (0)