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

Commit 9c2b9a8

Browse files
committed
Run tests on Visual Studio 2015 and above
1 parent 09e950e commit 9c2b9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/IntegrationTests/GitHubPaneIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class GitHubPaneIntegrationTests
99
{
1010
const string GitHubPaneGuid = "{6B0FDC0A-F28E-47A0-8EED-CC296BEFF6D2}";
1111

12-
[VsFact(UIThread = true)]
12+
[VsFact(UIThread = true, Version = "2015-")]
1313
public void ShowGitHubPane()
1414
{
1515
var dte = (DTE)ServiceProvider.GlobalProvider.GetService(typeof(DTE));

0 commit comments

Comments
 (0)