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

Commit 99d416f

Browse files
committed
Reinstate base class.
Can't remember why this was removed.
1 parent 3490860 commit 99d416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/GitHub.TeamFoundation.UnitTests/VSGitExtTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class VSGitExtTests
1919
{
20-
public class TheConstructor
20+
public class TheConstructor : TestBaseClass
2121
{
2222
[TestCase(true, 1)]
2323
[TestCase(false, 0)]

0 commit comments

Comments
 (0)