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

Commit c05585e

Browse files
committed
Reinstate other VSGitExtTests base classes.
Really no idea why I removed these...
1 parent 99d416f commit c05585e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/GitHub.TeamFoundation.UnitTests/VSGitExtTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void ActiveRepositories_ReadUsingThreadPoolThread()
6363
}
6464
}
6565

66-
public class TheActiveRepositoriesChangedEvent
66+
public class TheActiveRepositoriesChangedEvent : TestBaseClass
6767
{
6868
[Test]
6969
public void GitExtPropertyChangedEvent_ActiveRepositoriesChangedIsFired()
@@ -133,7 +133,7 @@ public void WhenUIContextChanged_FiredUsingThreadPoolThread()
133133
}
134134
}
135135

136-
public class TheActiveRepositoriesProperty
136+
public class TheActiveRepositoriesProperty : TestBaseClass
137137
{
138138
[Test]
139139
public void RepositoryOpenContextNotActive_IsEmpty()

0 commit comments

Comments
 (0)